Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DICameraService.aidl67 int getCameraVendorTagDescriptor(out BinderHolder desc); in getCameraVendorTagDescriptor() method
/frameworks/av/include/camera/
DICameraService.h103 virtual status_t getCameraVendorTagDescriptor(
/frameworks/av/camera/
DICameraService.cpp156 virtual status_t getCameraVendorTagDescriptor(/*out*/sp<VendorTagDescriptor>& desc) { in getCameraVendorTagDescriptor() function in android::BpCameraService
379 status_t result = getCameraVendorTagDescriptor(d); in onTransact()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h110 virtual status_t getCameraVendorTagDescriptor(/*out*/ sp<VendorTagDescriptor>& desc);
DCameraService.cpp603 status_t CameraService::getCameraVendorTagDescriptor(/*out*/sp<VendorTagDescriptor>& desc) { in getCameraVendorTagDescriptor() function in android::CameraService
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp919 err = cameraService->getCameraVendorTagDescriptor(/*out*/desc); in CameraMetadata_setupGlobalVendorTagDescriptor()