Home
last modified time | relevance | path

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

/frameworks/av/camera/tests/
DCameraBinderTests.cpp287 ICameraServiceListener::TorchStatus torchStatus = listener->getTorchStatus(i); in TEST() local
288 if (torchStatus == ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF) { in TEST()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2446 ICameraServiceListener::TorchStatus torchStatus; in updateStatus() local
2447 if (getTorchStatusLocked(cameraId, &torchStatus) != in updateStatus()
2453 if (torchStatus != newTorchStatus) { in updateStatus()