Searched refs:supportsCameraApi (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DICameraService.aidl76 int supportsCameraApi(int cameraId, int apiVersion);
/frameworks/av/include/camera/
H A DICameraService.h131 virtual status_t supportsCameraApi(
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java129 int res = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_2);
146 int res = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_1);
/frameworks/av/camera/
H A DICameraService.cpp304 virtual status_t supportsCameraApi(int cameraId, int apiVersion) { function in class:android::BpCameraService
469 reply->writeInt32(supportsCameraApi(cameraId, apiVersion));
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h114 virtual status_t supportsCameraApi(
H A DCameraService.cpp1099 status_t CameraService::supportsCameraApi(int cameraId, int apiVersion) { function in class:android::CameraService
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java528 int res = cameraService.supportsCameraApi(id, apiVersion);

Completed in 267 milliseconds