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

/frameworks/av/camera/include/camera/
H A DCameraBase.h37 CAMERA_FACING_BACK = 0, enumerator in enum:android::hardware::__anon8
44 * The direction that the camera faces to. It should be CAMERA_FACING_BACK
/frameworks/av/include/camera/
H A DCameraBase.h37 CAMERA_FACING_BACK = 0, enumerator in enum:android::hardware::__anon53
44 * The direction that the camera faces to. It should be CAMERA_FACING_BACK
/frameworks/base/core/java/android/hardware/
H A DCamera.java313 public static final int CAMERA_FACING_BACK = 0; field in class:Camera.CameraInfo
322 * CAMERA_FACING_BACK or CAMERA_FACING_FRONT.
409 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {

Completed in 138 milliseconds