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

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

Completed in 791 milliseconds