Lines Matching refs:logEvent
2066 logEvent(fmt::sprintf("EVICT device %s client held by package %s (PID" in handleEvictionsLocked()
3835 logEvent(fmt::sprintf("EVICT device %s client held by package %s (PID %" in doUserSwitch()
3861 void CameraService::logEvent(const std::string &event) { in logEvent() function in android::CameraService
3878 logEvent(fmt::sprintf("DISCONNECT device %s client for package %s (PID %d)", cameraId.c_str(), in logDisconnected()
3885 logEvent(fmt::sprintf("DISCONNECT offline device %s client for package %s (PID %d)", in logDisconnectedOffline()
3892 logEvent(fmt::sprintf("CONNECT device %s client for package %s (PID %d)", cameraId.c_str(), in logConnected()
3899 logEvent(fmt::sprintf("CONNECT offline device %s client for package %s (PID %d)", in logConnectedOffline()
3906 logEvent(fmt::sprintf("REJECT device %s client for package %s (PID %d), reason: (%s)", in logRejected()
3913 logEvent(fmt::sprintf("Torch for camera id %s turned %s for client PID %d", cameraId.c_str(), in logTorchEvent()
3925 logEvent(fmt::sprintf("USER_SWITCH previous allowed user IDs: %s, current allowed user IDs: %s", in logUserSwitch()
3931 logEvent(fmt::sprintf("REMOVE device %s, reason: (%s)", cameraId.c_str(), reason.c_str())); in logDeviceRemoved()
3936 logEvent(fmt::sprintf("ADD device %s, reason: (%s)", cameraId.c_str(), reason.c_str())); in logDeviceAdded()
3941 logEvent(fmt::sprintf("DIED client(s) with PID %d, reason: (%s)", clientPid, reason.c_str())); in logClientDied()
3945 logEvent(fmt::sprintf("SERVICE ERROR: %s : %d (%s)", msg.c_str(), errorCode, in logServiceError()