Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/
DICameraServiceProxy.aidl39 const int CAMERA_STATE_CLOSED = 3; field
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java506 case ICameraServiceProxy.CAMERA_STATE_CLOSED: in updateActivityCount()
574 case ICameraServiceProxy.CAMERA_STATE_CLOSED: return "CAMERA_STATE_CLOSED"; in cameraStateToString()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2984 sCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_CLOSED, in finishCameraOps()