Home
last modified time | relevance | path

Searched refs:lookupTag (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/tests/fuzzer/
Dcamera_vendorTagDescriptor_fuzzer.cpp135 uint32_t lookupTag; in invokeVendorTagDescriptor() local
136 mVendorTagDescriptor->lookupTag(name, section, &lookupTag); in invokeVendorTagDescriptor()
/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h94 status_t lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const;
/frameworks/av/camera/
DCameraMetadata.cpp874 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) { in getTagFromName()
DVendorTagDescriptor.cpp299 status_t VendorTagDescriptor::lookupTag(const String8& name, const String8& section, /*out*/uint32_… in lookupTag() function in android::hardware::camera2::params::VendorTagDescriptor