Home
last modified time | relevance | path

Searched refs:setAsGlobalVendorTagDescriptor (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/camera/tests/
DVendorTagDescriptorTests.cpp205 EXPECT_EQ(OK, VendorTagDescriptor::setAsGlobalVendorTagDescriptor(vDesc)); in TEST()
208 EXPECT_EQ(OK, VendorTagDescriptor::setAsGlobalVendorTagDescriptor(prevGlobal)); in TEST()
/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h154 static status_t setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc);
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp135 status_t err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in getCameraService()
/frameworks/av/camera/
DVendorTagDescriptor.cpp589 status_t VendorTagDescriptor::setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc) { in setAsGlobalVendorTagDescriptor() function in android::VendorTagDescriptor
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp878 err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in CameraMetadata_setupGlobalVendorTagDescriptor()