Home
last modified time | relevance | path

Searched defs:isLegacyHAL (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/cts/helpers/
H A DCameraUtils.java65 public static boolean isLegacyHAL(Context context, int cameraId) throws Exception { in isLegacyHAL() method in CameraUtils
79 public static boolean isLegacyHAL(CameraManager manager, String cameraIdStr) throws Exception { in isLegacyHAL() method in CameraUtils
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraUtils.java43 public static boolean isLegacyHAL(Context context, int cameraId) throws Exception { in isLegacyHAL() method in CameraUtils