OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookuptag
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/include/camera/
VendorTagDescriptor.h
94
status_t
lookupTag
(String8 name, String8 section, /*out*/uint32_t* tag) const;
/frameworks/av/camera/
VendorTagDescriptor.cpp
287
status_t VendorTagDescriptor::
lookupTag
(String8 name, String8 section, /*out*/uint32_t* tag) const {
CameraMetadata.cpp
782
if ((res = vTags->
lookupTag
(tagName, sectionName, &candidateTag)) != OK) {
Completed in 2434 milliseconds