Home
last modified time | relevance | path

Searched refs:TORCH_STATUS_AVAILABLE_ON (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraServiceListener.aidl73 const int TORCH_STATUS_AVAILABLE_ON = 2; field
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java1022 case ICameraServiceListener.TORCH_STATUS_AVAILABLE_ON: in validTorchStatus()
1064 case ICameraServiceListener.TORCH_STATUS_AVAILABLE_ON: in postSingleTorchUpdate()
1070 ICameraServiceListener.TORCH_STATUS_AVAILABLE_ON); in postSingleTorchUpdate()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp368 hardware::ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON, i)); in TEST()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp677 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON; in mapToInterface()