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

/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl132 const int API_VERSION_2 = 2;
/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
120 boolean supports = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_2);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java64 private static final int API_VERSION_2 = 2; field in class:CameraManager
744 return supportsCameraApiLocked(cameraId, API_VERSION_2);
751 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp343 serviceRet = cs->supportsCameraApi(i, hardware::ICameraService::API_VERSION_2,
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp312 hardware::ICameraService::API_VERSION_2, &isSupported);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1596 case API_VERSION_2:
1611 if (apiVersion == API_VERSION_2) {

Completed in 341 milliseconds