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.java204 public static final int CAMERA_HAL_API_VERSION_1_0 = 0x100; field in class:Camera
396 * @see #CAMERA_HAL_API_VERSION_1_0
401 if (halVersion < CAMERA_HAL_API_VERSION_1_0) {

Completed in 46 milliseconds