Searched refs:logEvent (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 1065 logEvent(String8::format("EVICT device %s client held by package %s (PID" in handleEvictionsLocked() 1646 logEvent(String8::format("EVICT device %s client held by package %s (PID %" in doUserSwitch() 1670 void CameraService::logEvent(const char* event) { in logEvent() function in android::CameraService 1679 logEvent(String8::format("DISCONNECT device %s client for package %s (PID %d)", cameraId, in logDisconnected() 1686 logEvent(String8::format("CONNECT device %s client for package %s (PID %d)", cameraId, in logConnected() 1693 logEvent(String8::format("REJECT device %s client for package %s (PID %d), reason: (%s)", in logRejected() 1702 logEvent(String8::format("USER_SWITCH previous allowed users: %s , current allowed users: %s", in logUserSwitch() 1708 logEvent(String8::format("REMOVE device %s, reason: (%s)", cameraId, reason)); in logDeviceRemoved() 1713 logEvent(String8::format("ADD device %s, reason: (%s)", cameraId, reason)); in logDeviceAdded() 1718 logEvent(String8::format("DIED client(s) with PID %d, reason: (%s)", clientPid, reason)); in logClientDied() [all …]
|
D | CameraService.h | 570 void logEvent(const char* event);
|