Searched refs:torchStatus (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp343 int32_t torchStatus = listener->getTorchStatus(i); local
344 if (torchStatus == hardware::ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2723 int32_t torchStatus;
2724 if (getTorchStatusLocked(cameraId, &torchStatus) !=
2730 if (torchStatus != newTorchStatus) {

Completed in 322 milliseconds