Searched defs:torchState (Results 1 – 4 of 4) sorted by relevance
103 sessionSettings.primaryCameraInfo.torchState.asFlow().collectLatest { torchState -> in <lambda>() method
144 camera.cameraInfo.torchState.asFlow().collectLatest { torchState -> in <lambda>() method
382 Boolean torchState = cameraTorches.get(cameraId); in getTorchMode() local
3141 std::string torchState = enabled ? "on" : "off"; in setTorchMode() local3995 void CameraService::logTorchEvent(const std::string &cameraId, const std::string &torchState, in logTorchEvent()