OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTagArray
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/camera/include/camera/
VendorTagDescriptor.h
61
void
getTagArray
(uint32_t* tagArray) const;
193
void
getTagArray
(uint32_t* tagArray, metadata_vendor_id_t id) const;
/frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp
111
vDesc->
getTagArray
(descTagArray);
156
vDescOriginal->
getTagArray
(descTagArray);
157
vDescParceled->
getTagArray
(desc2TagArray);
195
vDesc->
getTagArray
(tagArray);
/hardware/interfaces/camera/common/1.0/default/include/
VendorTagDescriptor.h
59
void
getTagArray
(uint32_t* tagArray) const;
/frameworks/av/camera/
VendorTagDescriptor.cpp
228
void VendorTagDescriptor::
getTagArray
(uint32_t* tagArray) const {
422
void VendorTagDescriptorCache::
getTagArray
(uint32_t* tagArray,
426
desc->second->
getTagArray
(tagArray);
671
sGlobalVendorTagDescriptor->
getTagArray
(tagArray);
716
sGlobalVendorTagDescriptorCache->
getTagArray
(tagArray, id);
/hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp
91
void VendorTagDescriptor::
getTagArray
(uint32_t* tagArray) const {
330
sGlobalVendorTagDescriptor->
getTagArray
(tagArray);
/hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp
417
desc->
getTagArray
(tags.data());
/frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp
729
vTags->
getTagArray
(&tagIds[0]);
Completed in 759 milliseconds