Searched refs:indentation (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | TagMonitor.cpp | 210 int indentation = (event.source == REQUEST) ? 15 : 30; in dumpMonitoredMetadata() local 214 indentation, in dumpMonitoredMetadata() 225 indentation + 18); in dumpMonitoredMetadata() 237 int type, int count, int indentation) { in printData() argument 256 dprintf(fd, "%*s[", (j != 0) ? indentation + 4 : 0, ""); in printData()
|
D | TagMonitor.h | 75 int type, int count, int indentation);
|
/frameworks/av/camera/ |
D | VendorTagDescriptor.cpp | 322 void VendorTagDescriptor::dump(int fd, int verbosity, int indentation) const { in dump() 327 indentation, ""); in dump() 332 indentation, "", size); in dump() 337 dprintf(fd, "%*s0x%x\n", indentation + 2, "", tag); in dump() 346 dprintf(fd, "%*s0x%x (%s) with type %d (%s) defined in section %s\n", indentation + 2, in dump() 481 int indentation) const { in dump() 484 " id %" PRIu64 " \n", indentation, "", desc.first); in dump() 485 desc.second->dump(fd, verbosity, indentation); in dump()
|
D | CameraMetadata.cpp | 484 void CameraMetadata::dump(int fd, int verbosity, int indentation) const { in dump() 485 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation); in dump()
|
/frameworks/av/camera/include/camera/ |
D | VendorTagDescriptor.h | 99 void dump(int fd, int verbosity, int indentation) const; 212 void dump(int fd, int verbosity, int indentation) const;
|
D | CameraMetadata.h | 194 void dump(int fd, int verbosity = 1, int indentation = 0) const;
|
/frameworks/native/vulkan/ |
D | README.md | 7 …lopers/coding-style) for naming and formatting, except with four-space indentation instead of two …
|