HomeSort by relevance Sort by last modified time
    Searched defs:API_VERSION_2 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/camera/
ICameraService.h 64 API_VERSION_2 = 2,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 59 private static final int API_VERSION_2 = 2;
129 int res = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_2);
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 65 private static final int API_VERSION_2 = 2;
537 return supportsCameraApiLocked(cameraId, API_VERSION_2);
544 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
    [all...]

Completed in 92 milliseconds