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

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

Completed in 77 milliseconds