Searched refs:API_VERSION_1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/camera/
H A DICameraService.h62 API_VERSION_1 = 1, enumerator in enum:android::ICameraService::__anon30
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java56 private static final int API_VERSION_1 = 1; field in class:CameraBinderTest
147 int res = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_1);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java64 private static final int API_VERSION_1 = 1; field in class:CameraManager
683 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1466 case API_VERSION_1:
1487 } else { // if (apiVersion == API_VERSION_1) {

Completed in 144 milliseconds