Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h256 static bool isVendorCachePresent(metadata_vendor_id_t vendorId);
/frameworks/av/camera/tests/fuzzer/
Dcamera_vendorTagDescriptor_fuzzer.cpp197 [&]() { VendorTagDescriptorCache::isVendorCachePresent(id); }, in invokeVendorTagDescriptorCache()
/frameworks/av/camera/
DVendorTagDescriptor.cpp667 bool VendorTagDescriptorCache::isVendorCachePresent(metadata_vendor_id_t vendorId) { in isVendorCachePresent() function in android::VendorTagDescriptorCache
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp568 !VendorTagDescriptorCache::isVendorCachePresent(vendorId)) { in CameraMetadata_readFromParcel()