Searched defs:CAMERA_HAL_API_VERSION_1_0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DCamera.java239 public static final int CAMERA_HAL_API_VERSION_1_0 = 0x100; field in class:Camera
450 * @see #CAMERA_HAL_API_VERSION_1_0
455 if (halVersion < CAMERA_HAL_API_VERSION_1_0) {

Completed in 39 milliseconds