Searched refs:printSlog (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/utils/ |
D | EventLogger.java | 96 enqueue(event.printSlog(logType, tag)); in enqueueAndSlog() 212 public Event printSlog(@LogType int type, String tag) { in printSlog() method in EventLogger.Event
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 955 .printSlog(EventLogger.Event.ALOGI, TAG)); in onBluetoothDeviceConfigChange() 989 .printSlog(EventLogger.Event.ALOGE, TAG)); in onBluetoothDeviceConfigChange() 1000 .printSlog(EventLogger.Event.ALOGI, TAG)); in onBluetoothDeviceConfigChange() 1777 .printSlog(EventLogger.Event.ALOGE, TAG)); 1804 .printSlog(EventLogger.Event.ALOGI, TAG)); 2063 + " error=" + res).printSlog(EventLogger.Event.ALOGE, TAG)); 2069 + " now available").printSlog(EventLogger.Event.ALOGI, TAG)); 2311 .printSlog(EventLogger.Event.ALOGI, TAG)); 2329 + " error=" + res).printSlog(EventLogger.Event.ALOGE, TAG)); 2335 + " made unavailable")).printSlog(EventLogger.Event.ALOGI, TAG)); [all …]
|