Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h175 int32_t getVendorTagDescriptor(metadata_vendor_id_t id, sp<VendorTagDescriptor>* desc /*out*/);
/aosp12/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h186 int32_t getVendorTagDescriptor(
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp753 cache->getVendorTagDescriptor(vendorId, &vTags); in CameraMetadata_getTagFromKeyLocal()
781 cache->getVendorTagDescriptor(vendorId, &vTags); in CameraMetadata_getAllVendorKeys()
916 cache->getVendorTagDescriptor(vendorId, &vTags); in CameraMetadata_getTagFromKey()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp77 cache->getVendorTagDescriptor(mVendorTagId, &vTags); in parseTagsToMonitor()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp254 int32_t VendorTagDescriptorCache::getVendorTagDescriptor( in getVendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptorCache
/aosp12/frameworks/av/camera/
H A DCameraMetadata.cpp440 cache->getVendorTagDescriptor(vendorId, &vTags); in removePermissionEntries()
H A DVendorTagDescriptor.cpp501 int32_t VendorTagDescriptorCache::getVendorTagDescriptor( in getVendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptorCache
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.cpp816 vtCache->getVendorTagDescriptor(vendorTagId, &vTags); in getTagFromName()