Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl153 VendorTagDescriptor getCameraVendorTagDescriptor(); in getCameraVendorTagDescriptor() method
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp858 binder::Status res = cameraService->getCameraVendorTagDescriptor(/*out*/desc.get()); in CameraMetadata_setupGlobalVendorTagDescriptor()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp143 binder::Status ret = mCameraService->getCameraVendorTagDescriptor(/*out*/desc.get()); in getCameraServiceLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h123 virtual binder::Status getCameraVendorTagDescriptor(
DCameraService.cpp733 Status CameraService::getCameraVendorTagDescriptor( in getCameraVendorTagDescriptor() function in android::CameraService