Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl135 boolean supportsCameraApi(int cameraId, int apiVersion); in supportsCameraApi() method
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraBinderTest.java120 boolean supports = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_2); in testSupportsCamera2Api()
131 boolean supports = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_1); in testSupportsCamera1Api()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp325 serviceRet = cs->supportsCameraApi(i, hardware::ICameraService::API_VERSION_2, in getOrCreateCameraIdListLocked()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp311 res = service->supportsCameraApi(i, in TEST()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java743 return cameraService.supportsCameraApi(id, apiVersion); in supportsCameraApiLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h149 virtual binder::Status supportsCameraApi(
DCameraService.cpp1588 Status CameraService::supportsCameraApi(int cameraId, int apiVersion, bool *isSupported) { in supportsCameraApi() function in android::CameraService