Searched defs:verbosity (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp318 void VendorTagDescriptor::dump(int fd, int verbosity, int indentation) const { argument
332 if (verbosity < 1) {
471 void VendorTagDescriptorCache::dump(int fd, int verbosity, argument
476 desc.second->dump(fd, verbosity, indentation);
H A DCameraMetadata.cpp412 void CameraMetadata::dump(int fd, int verbosity, int indentation) const { argument
413 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation);

Completed in 125 milliseconds