Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h753 void logTorchEvent(const char* cameraId, const char *torchState, int clientPid);
DCameraService.cpp1653 logTorchEvent(id_cstr, torchState , clientPid); in setTorchMode()
2138 void CameraService::logTorchEvent(const char* cameraId, const char *torchState, int clientPid) { in logTorchEvent() function in android::CameraService