Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp3093 std::string torchState = enabled ? "on" : "off"; in setTorchMode() local
3095 torchState.c_str(), clientPid); in setTorchMode()
3096 logTorchEvent(cameraId, torchState, clientPid); in setTorchMode()
3910 void CameraService::logTorchEvent(const std::string &cameraId, const std::string &torchState, in logTorchEvent() argument
3914 torchState.c_str(), clientPid)); in logTorchEvent()
DCameraService.h1167 void logTorchEvent(const std::string &cameraId, const std::string &torchState, int clientPid);