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.aidl73 const int TORCH_STATUS_NOT_AVAILABLE = 0; field
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java1552 case ICameraServiceListener.TORCH_STATUS_NOT_AVAILABLE: in validTorchStatus()
2033 onTorchStatusChangedLocked(ICameraServiceListener.TORCH_STATUS_NOT_AVAILABLE, in binderDied()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp892 int32_t serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface()
895 serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface()