Home
last modified time | relevance | path

Searched refs:isLegacyHAL (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java65 public static boolean isLegacyHAL(Context context, int cameraId) throws Exception { in isLegacyHAL() method in CameraUtils
68 return isLegacyHAL(manager, cameraIdStr); in isLegacyHAL()
79 public static boolean isLegacyHAL(CameraManager manager, String cameraIdStr) throws Exception { in isLegacyHAL() method in CameraUtils
/cts/tests/camera/src/android/hardware/cts/
DCamera_SizeTest.java75 if (CameraUtils.isLegacyHAL(getContext(), id)) { in testMaxAspectRatios()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java563 boolean isLegacy = CameraUtils.isLegacyHAL(mCameraManager, cameraIdsUnderTest[i]); in testFlashTurnOff()