Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/
H A DCamera.java252 public static final int CAMERA_HAL_API_VERSION_3_0 = 0x300; field in Camera
463 if (halVersion < CAMERA_HAL_API_VERSION_3_0) { in openLegacy()