Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DICameraService.aidl71 int getCameraVendorTagDescriptor(out BinderHolder desc); in getCameraVendorTagDescriptor() method
/frameworks/av/include/camera/
DICameraService.h83 virtual status_t getCameraVendorTagDescriptor(
/frameworks/av/camera/
DICameraService.cpp150 virtual status_t getCameraVendorTagDescriptor(/*out*/sp<VendorTagDescriptor>& desc) { in getCameraVendorTagDescriptor() function in android::BpCameraService
360 status_t result = getCameraVendorTagDescriptor(d); in onTransact()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h79 virtual status_t getCameraVendorTagDescriptor(/*out*/ sp<VendorTagDescriptor>& desc);
DCameraService.cpp378 status_t CameraService::getCameraVendorTagDescriptor(/*out*/sp<VendorTagDescriptor>& desc) { in getCameraVendorTagDescriptor() function in android::CameraService
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp755 err = cameraService->getCameraVendorTagDescriptor(/*out*/desc); in CameraMetadata_setupGlobalVendorTagDescriptor()