Searched refs:isLegacyHAL (Results 1 – 3 of 3) sorted by relevance
65 public static boolean isLegacyHAL(Context context, int cameraId) throws Exception { in isLegacyHAL() method in CameraUtils68 return isLegacyHAL(manager, cameraIdStr); in isLegacyHAL()79 public static boolean isLegacyHAL(CameraManager manager, String cameraIdStr) throws Exception { in isLegacyHAL() method in CameraUtils
75 if (CameraUtils.isLegacyHAL(getContext(), id)) { in testMaxAspectRatios()
563 boolean isLegacy = CameraUtils.isLegacyHAL(mCameraManager, cameraIdsUnderTest[i]); in testFlashTurnOff()