Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/
DICameraServiceListener.aidl76 const int TORCH_STATUS_AVAILABLE_OFF = 1; field
/frameworks/av/camera/tests/
DCameraBinderTests.cpp389 if (torchStatus == hardware::ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF) { in TEST()
400 hardware::ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF, i)); in TEST()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java1554 case ICameraServiceListener.TORCH_STATUS_AVAILABLE_OFF: in validTorchStatus()
1652 case ICameraServiceListener.TORCH_STATUS_AVAILABLE_OFF: { in postSingleTorchUpdate()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp898 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF; in mapToInterface()