Home
last modified time | relevance | path

Searched refs:getGlobalVendorTagDescriptor (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp202 sp<VendorTagDescriptor> prevGlobal = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in TEST()
205 EXPECT_TRUE(VendorTagDescriptor::getGlobalVendorTagDescriptor() == NULL); in TEST()
207 EXPECT_TRUE(VendorTagDescriptor::getGlobalVendorTagDescriptor() != NULL); in TEST()
210 EXPECT_EQ(prevGlobal, VendorTagDescriptor::getGlobalVendorTagDescriptor()); in TEST()
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h151 static sp<VendorTagDescriptor> getGlobalVendorTagDescriptor();
/aosp12/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h165 static sp<VendorTagDescriptor> getGlobalVendorTagDescriptor();
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp72 VendorTagDescriptor::getGlobalVendorTagDescriptor(); in parseTagsToMonitor()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp769 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in CameraMetadata_getAllVendorKeys()
912 VendorTagDescriptor::getGlobalVendorTagDescriptor(); in CameraMetadata_getTagFromKey()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp402 sp<VendorTagDescriptor> VendorTagDescriptor::getGlobalVendorTagDescriptor() { in getGlobalVendorTagDescriptor() function in android::hardware::camera::common::V1_0::helper::VendorTagDescriptor
/aosp12/frameworks/av/camera/
H A DCameraMetadata.cpp435 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in removePermissionEntries()
H A DVendorTagDescriptor.cpp625 sp<VendorTagDescriptor> VendorTagDescriptor::getGlobalVendorTagDescriptor() { in getGlobalVendorTagDescriptor() function in android::VendorTagDescriptor
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp811 sp<VendorTagDescriptor> globalDescriptor = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in getCameraVendorTagDescriptor()
4029 sp<VendorTagDescriptor> desc = VendorTagDescriptor::getGlobalVendorTagDescriptor(); in dump()