Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraService.java60 public static final int CAMERA_STATE_OPEN = 0; field in CameraService
284 case CAMERA_STATE_OPEN: in updateActivityCount()
330 case CAMERA_STATE_OPEN: return "CAMERA_STATE_OPEN"; in cameraStateToString()
/frameworks/av/include/camera/
DICameraServiceProxy.h40 CAMERA_STATE_OPEN, enumerator
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2192 mCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_OPEN, in startCameraOps()