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.aidl79 const int TORCH_STATUS_AVAILABLE_ON = 2; field
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java1553 case ICameraServiceListener.TORCH_STATUS_AVAILABLE_ON: in validTorchStatus()
1651 case ICameraServiceListener.TORCH_STATUS_AVAILABLE_ON: in postSingleTorchUpdate()
1657 ICameraServiceListener.TORCH_STATUS_AVAILABLE_ON); in postSingleTorchUpdate()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp395 hardware::ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON, i)); in TEST()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp901 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON; in mapToInterface()