Home
last modified time | relevance | path

Searched defs:indentation (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/camera/tests/fuzzer/
Dcamera_vendorTagDescriptor_fuzzer.cpp124 int32_t indentation = mFDP->ConsumeIntegralInRange<int32_t>(kRangeMin, kRangeMax); in invokeVendorTagDescriptor() local
159 int32_t indentation = mFDP->ConsumeIntegralInRange<int>(kRangeMin, kRangeMax); in invokeVendorTagDescriptorCache() local
Dcamera_fuzzer.cpp382 int32_t indentation = mFDP->ConsumeIntegralInRange<int32_t>(kRangeMin, kRangeMax); in invokeCameraMetadata() local
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp271 int indentation = (event.source == REQUEST) ? 15 : 30; in dumpMonitoredTagEventsToVectorLocked() local
313 int indentation) { in getEventDataString()