Searched refs:API_VERSION_2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/camera/
H A DICameraService.h63 API_VERSION_2 = 2, enumerator in enum:android::ICameraService::__anon30
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java57 private static final int API_VERSION_2 = 2; field in class:CameraBinderTest
130 int res = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_2);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java65 private static final int API_VERSION_2 = 2; field in class:CameraManager
676 return supportsCameraApiLocked(cameraId, API_VERSION_2);
683 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp260 status_t camera2Support = service->supportsCameraApi(i, ICameraService::API_VERSION_2);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1467 case API_VERSION_2:
1483 if (apiVersion == API_VERSION_2) {

Completed in 99 milliseconds