Home
last modified time | relevance | path

Searched refs:EventLog (Results 1 – 25 of 79) sorted by relevance

1234

/frameworks/native/services/surfaceflinger/EventLog/
DEventLog.cpp28 ANDROID_SINGLETON_STATIC_INSTANCE(EventLog) in ANDROID_SINGLETON_STATIC_INSTANCE() argument
31 EventLog::EventLog() { in ANDROID_SINGLETON_STATIC_INSTANCE()
34 void EventLog::doLogFrameDurations(const String8& window, in doLogFrameDurations()
36 EventLog::TagBuffer buffer(LOGTAG_SF_FRAME_DUR); in doLogFrameDurations()
46 void EventLog::logFrameDurations(const String8& window, in logFrameDurations()
48 EventLog::getInstance().doLogFrameDurations(window, durations, in logFrameDurations()
54 EventLog::TagBuffer::TagBuffer(int32_t tag) in TagBuffer()
58 void EventLog::TagBuffer::log() { in log()
69 void EventLog::TagBuffer::startList(int8_t count) { in startList()
81 void EventLog::TagBuffer::endList() { in endList()
[all …]
DEventLog.h30 class EventLog : public Singleton<EventLog> {
37 EventLog();
72 friend class Singleton<EventLog>;
73 EventLog(const EventLog&);
74 EventLog& operator =(const EventLog&);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DSecurityEventTest.java8 import android.util.EventLog;
45 EventLog.writeEvent(TAG_ADB_SHELL_CMD, DATA + "_" + i); in buildSecurityEvents()
47 List<EventLog.Event> events = new ArrayList<>(); in buildSecurityEvents()
49 EventLog.readEvents(new int[]{TAG_ADB_SHELL_CMD}, events); in buildSecurityEvents()
/frameworks/base/tests/DexLoggerIntegrationTests/src/com/android/server/pm/dex/
DDexLoggerIntegrationTests.java24 import android.util.EventLog;
113 List<EventLog.Event> events = new ArrayList<>(); in testDexLoggerReconcileGeneratesEvents()
116 EventLog.readEvents(tagList, events); in testDexLoggerReconcileGeneratesEvents()
129 EventLog.readEvents(tagList, events); in testDexLoggerReconcileGeneratesEvents()
131 for (EventLog.Event event : events) { in testDexLoggerReconcileGeneratesEvents()
/frameworks/base/core/java/android/metrics/
DMetricsReader.java19 import android.util.EventLog;
169 Event(EventLog.Event nativeEvent) { in Event()
208 ArrayList<EventLog.Event> nativeEvents = new ArrayList<>(); in readEvents()
210 EventLog.readEventsOnWrapping(tags, horizonNs, nativeEvents); in readEvents()
211 for (EventLog.Event nativeEvent : nativeEvents) { in readEvents()
/frameworks/base/services/backup/java/com/android/server/backup/internal/
DPerformInitializeTask.java27 import android.util.EventLog;
128 EventLog.writeEvent(EventLogTags.BACKUP_START, transportDirName); in run()
142 EventLog.writeEvent(EventLogTags.BACKUP_INITIALIZE); in run()
145 EventLog.writeEvent(EventLogTags.BACKUP_SUCCESS, 0, millis); in run()
152 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_FAILURE, "(initialize)"); in run()
DPerformBackupTask.java52 import android.util.EventLog;
309 EventLog.writeEvent(EventLogTags.BACKUP_START, transportName); in beginBackup()
320 EventLog.writeEvent(EventLogTags.BACKUP_INITIALIZE); in beginBackup()
322 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_FAILURE, "(initialize)"); in beginBackup()
733 EventLog.writeEvent(EventLogTags.BACKUP_AGENT_FAILURE, packageName, in invokeAgentForBackup()
884 EventLog.writeEvent(EventLogTags.BACKUP_AGENT_FAILURE, pkgName, in operationComplete()
1007 EventLog.writeEvent(EventLogTags.BACKUP_PACKAGE, pkgName, size); in operationComplete()
1020 EventLog.writeEvent(EventLogTags.BACKUP_QUOTA_EXCEEDED, pkgName); in operationComplete()
1050 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_FAILURE, pkgName); in operationComplete()
1056 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_FAILURE, pkgName); in operationComplete()
[all …]
/frameworks/base/core/java/com/android/internal/view/menu/
DContextMenuBuilder.java22 import android.util.EventLog;
85 EventLog.writeEvent(50001, 1); in showDialog()
104 EventLog.writeEvent(50001, 1); in showPopup()
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DPerformUnifiedRestoreTask.java52 import android.util.EventLog;
441 EventLog.writeEvent(EventLogTags.RESTORE_AGENT_FAILURE, in startRestore()
482 EventLog.writeEvent(EventLogTags.RESTORE_TRANSPORT_FAILURE); in dispatchNextRestore()
491 EventLog.writeEvent(EventLogTags.RESTORE_SUCCESS, mCount, millis); in dispatchNextRestore()
504 EventLog.writeEvent(EventLogTags.RESTORE_AGENT_FAILURE, pkgName, in dispatchNextRestore()
522 EventLog.writeEvent(EventLogTags.RESTORE_AGENT_FAILURE, pkgName, in dispatchNextRestore()
548 EventLog.writeEvent(EventLogTags.RESTORE_AGENT_FAILURE, in dispatchNextRestore()
595 EventLog.writeEvent(EventLogTags.RESTORE_TRANSPORT_FAILURE); in dispatchNextRestore()
620 EventLog.writeEvent(EventLogTags.RESTORE_AGENT_FAILURE, packageName, in restoreKeyValue()
633 EventLog.writeEvent(EventLogTags.RESTORE_AGENT_FAILURE, packageName, in restoreKeyValue()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsSystemUser.java23 import android.util.EventLog;
65 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION, in registerNonSystemUserCallbacks()
71 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION, in registerNonSystemUserCallbacks()
DRecents.java42 import android.util.EventLog;
131 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION,
152 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION,
853 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION, in postToSystemUser()
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowEventLog.java19 import android.util.EventLog;
28 @Implements(EventLog.class)
/frameworks/base/core/java/com/android/internal/util/
DLatencyTracker.java25 import android.util.EventLog;
161 EventLog.writeEvent(EventLogTags.SYSUI_LATENCY, action, duration); in logAction()
/frameworks/base/services/core/java/com/android/server/updates/
DConfigUpdateInstallReceiver.java26 import android.util.EventLog;
77 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, in onReceive()
93 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, errMsg); in onReceive()
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java23 import android.util.EventLog;
111 EventLog.writeEvent(2741, reason); in forceGc()
/frameworks/native/services/surfaceflinger/
DAndroid.bp103 "EventLog/EventLog.cpp",
144 logtags: ["EventLog/EventLogTags.logtags"],
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexLogger.java25 import android.util.EventLog;
121 EventLog.writeEvent(SNET_TAG, DCL_SUBTAG, uid, message); in writeDclEvent()
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DPerformFullTransportBackupTask.java40 import android.util.EventLog;
364 EventLog.writeEvent(EventLogTags.FULL_BACKUP_PACKAGE, packageName); in run()
542 EventLog.writeEvent(EventLogTags.FULL_BACKUP_AGENT_FAILURE, packageName, in run()
557 EventLog.writeEvent(EventLogTags.FULL_BACKUP_QUOTA_EXCEEDED, in run()
567 EventLog.writeEvent(EventLogTags.BACKUP_AGENT_FAILURE, packageName); in run()
576 EventLog.writeEvent(EventLogTags.FULL_BACKUP_CANCELLED, packageName); in run()
584 EventLog.writeEvent(EventLogTags.FULL_BACKUP_TRANSPORT_FAILURE); in run()
594 EventLog.writeEvent(EventLogTags.FULL_BACKUP_SUCCESS, packageName); in run()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java48 import android.util.EventLog;
666 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_SEND, 1); in sendNextBroadcast()
700 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_STOP, 2, 1); in sendWakeUpBroadcast()
708 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_DONE, 1,
723 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_STOP, 3, 1); in sendGoToSleepBroadcast()
731 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_DONE, 0,
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingActivity.java32 import android.util.EventLog;
99 EventLog.writeEvent(0x534e4554, "62187985"); // safety net logging in onCreate()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java42 import android.util.EventLog;
183 EventLog.writeEvent(WM_TASK_REMOVED, mTaskId, "removeTask"); in removeImmediately()
196 EventLog.writeEvent(WM_TASK_REMOVED, mTaskId, "reParentTask"); in reparent()
252 EventLog.writeEvent(WM_TASK_REMOVED, mTaskId, "removeAppToken: last token"); in removeChild()
DTaskWindowContainerController.java25 import android.util.EventLog;
77 EventLog.writeEvent(WM_TASK_CREATED, taskId, stack.mStackId); in TaskWindowContainerController()
/frameworks/base/core/java/android/util/
DEventLog.java47 public class EventLog { class
48 /** @hide */ public EventLog() {} in EventLog() method in EventLog
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java29 import android.util.EventLog;
221 EventLog.writeEvent(EventLogTags.SYSUI_PANELBAR_TOUCH, in onTouchEvent()
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportClient.java36 import android.util.EventLog;
519 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_LIFECYCLE, transport, value); in onStateTransition()
523 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_CONNECTION, transport, value); in onStateTransition()

1234