Searched refs:indentation (Results 1 – 8 of 8) sorted by relevance
/hardware/google/camera/common/hal/utils/ |
D | hal_camera_metadata.h | 118 uint32_t indentation = 0) const; 135 uint32_t indentation);
|
D | hal_camera_metadata.cc | 484 int32_t count, uint32_t indentation) { in PrintData() argument 509 "%*s[ ", indentation + 4, ""); in PrintData() 561 uint32_t indentation) const { in Dump() 565 indentation); in Dump() 610 PrintData(data, entry.type, count, indentation); in Dump()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | VendorTagDescriptor.cpp | 149 void VendorTagDescriptor::dump(int fd, int verbosity, int indentation) const { in dump() 154 indentation, ""); in dump() 159 indentation, "", size); in dump() 164 dprintf(fd, "%*s0x%x\n", indentation + 2, "", tag); in dump() 173 dprintf(fd, "%*s0x%x (%s) with type %d (%s) defined in section %s\n", indentation + 2, in dump() 236 void VendorTagDescriptorCache::dump(int fd, int verbosity, int indentation) const { in dump() 238 desc.second->dump(fd, verbosity, indentation); in dump()
|
D | CameraMetadata.cpp | 407 void CameraMetadata::dump(int fd, int verbosity, int indentation) const { in dump() 408 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation); in dump()
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | VendorTagDescriptor.h | 92 void dump(int fd, int verbosity, int indentation) const; 195 void dump(int fd, int verbosity, int indentation) const;
|
D | CameraMetadata.h | 191 void dump(int fd, int verbosity = 1, int indentation = 0) const;
|
/hardware/google/av/media/eco/ |
D | .clang-format | 24 # first one) have an eight space indentation.
|
/hardware/qcom/msm8998/json-c/ |
D | ChangeLog | 78 append things like whitespace indentation.
|