Home
last modified time | relevance | path

Searched refs:getVendorTagDescriptor (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h186 int32_t getVendorTagDescriptor(
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp687 cache->getVendorTagDescriptor(vendorId, &vTags); in CameraMetadata_getTagFromKeyLocal()
715 cache->getVendorTagDescriptor(vendorId, &vTags); in CameraMetadata_getAllVendorKeys()
830 cache->getVendorTagDescriptor(vendorId, &vTags); in CameraMetadata_getTagFromKey()
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp67 cache->getVendorTagDescriptor(mVendorTagId, &vTags); in parseTagsToMonitor()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.cpp606 vtCache->getVendorTagDescriptor(vendorTagId, &vTags); in getTagFromName()
/frameworks/av/camera/
DCameraMetadata.cpp425 cache->getVendorTagDescriptor(vendorId, &vTags); in removePermissionEntries()
DVendorTagDescriptor.cpp501 int32_t VendorTagDescriptorCache::getVendorTagDescriptor( in getVendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptorCache