Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/
DICameraServiceListener.aidl67 const int TORCH_STATUS_NOT_AVAILABLE = 0; field
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java923 case ICameraServiceListener.TORCH_STATUS_NOT_AVAILABLE: in validTorchStatus()
1224 onTorchStatusChangedLocked(ICameraServiceListener.TORCH_STATUS_NOT_AVAILABLE, in binderDied()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp124 status = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in torch_mode_status_change()
1394 if (status == ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE) { in setTorchMode()
2729 ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in updateStatus()