Home
last modified time | relevance | path

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

123

/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/native/services/surfaceflinger/
DAndroid.mk28 EventLog/EventLogTags.logtags \
29 EventLog/EventLog.cpp \
DFrameTracker.cpp225 EventLog::logFrameDurations(name, mNumFrames, NUM_FRAME_BUCKETS); in logStatsLocked()
/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/packages/SystemUI/src/com/android/systemui/recents/
DRecentsSystemUser.java23 import android.util.EventLog;
63 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION, in registerNonSystemUserCallbacks()
69 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION, in registerNonSystemUserCallbacks()
DRecents.java38 import android.util.EventLog;
118 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION,
139 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION,
706 EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_CONNECTION, in postToSystemUser()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java48 import android.util.EventLog;
360 EventLog.writeEvent(EventLogTags.POWER_SCREEN_STATE, 1, 0, 0, 0); in handleEarlyInteractiveChange()
416 EventLog.writeEvent(EventLogTags.POWER_SCREEN_STATE, 0, why, 0, 0); in handleLateInteractiveChange()
574 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_SEND, 1); in sendNextBroadcast()
608 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_STOP, 2, 1); in sendWakeUpBroadcast()
616 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_DONE, 1,
631 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_STOP, 3, 1); in sendGoToSleepBroadcast()
639 EventLog.writeEvent(EventLogTags.POWER_SCREEN_BROADCAST_DONE, 0,
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java21 import android.util.EventLog;
102 EventLog.writeEvent(2741, reason); in forceGc()
DZygoteInit.java40 import android.util.EventLog;
720 EventLog.writeEvent(LOG_BOOT_PROGRESS_PRELOAD_START, in main()
723 EventLog.writeEvent(LOG_BOOT_PROGRESS_PRELOAD_END, in main()
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java21 import android.util.EventLog;
128 EventLog.writeEvent(EventLogTags.SYSUI_PANELBAR_TOUCH, in onTouchEvent()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java46 import android.util.EventLog;
201 EventLog.writeEvent(EventLogTags.FREE_STORAGE_LEFT, in restatDataDir()
212 EventLog.writeEvent(EventLogTags.FREE_STORAGE_CHANGED, mFreeMem); in restatDataDir()
456 EventLog.writeEvent(EventLogTags.LOW_STORAGE, mFreeMem); in sendNotification()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java37 import android.util.EventLog;
146 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, "removeTask"); in removeLocked()
162 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, "moveTask"); in moveTaskToStack()
173 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, "moveTask"); in positionTaskInStack()
191EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, "removeAppToken: last token"); in removeAppToken()
DTaskStack.java41 import android.util.EventLog;
143 EventLog.writeEvent(EventLogTags.WM_STACK_CREATED, stackId); in TaskStack()
565 EventLog.writeEvent(EventLogTags.WM_TASK_MOVED, task.mTaskId, toTop ? 1 : 0, position); in positionTask()
797 EventLog.writeEvent(EventLogTags.WM_STACK_REMOVED, mStackId); in detachDisplay()
/frameworks/base/core/java/android/util/
DEventLog.java45 public class EventLog { class
46 /** @hide */ public EventLog() {} in EventLog() method in EventLog
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java92 import android.util.EventLog;
940 if (sets == null) EventLog.writeEvent(EventLogTags.RESTORE_TRANSPORT_FAILURE); in handleMessage()
2056 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_LIFECYCLE, name, 1); in onServiceConnected()
2059 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_LIFECYCLE, name, 0); in onServiceConnected()
2067 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_LIFECYCLE, name, 0); in onServiceDisconnected()
2509 EventLog.writeEvent(EventLogTags.BACKUP_REQUESTED, packages.length, kvBackupList.size(), in requestBackup()
2748 EventLog.writeEvent(EventLogTags.BACKUP_START, transportName); in beginBackup()
2759 EventLog.writeEvent(EventLogTags.BACKUP_INITIALIZE); in beginBackup()
2761 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_FAILURE, "(initialize)"); in beginBackup()
2788 EventLog.writeEvent(EventLogTags.BACKUP_RESET, mTransport.transportDirName()); in beginBackup()
[all …]
/frameworks/base/core/java/android/app/admin/
DSecurityLog.java23 import android.util.EventLog.Event;
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java22 import android.util.EventLog;
DWatchdog.java37 import android.util.EventLog;
419 EventLog.writeEvent(EventLogTags.WATCHDOG, subject); in run()
DBatteryService.java50 import android.util.EventLog;
390 EventLog.writeEvent(EventLogTags.BATTERY_DISCHARGE, dischargeDuration, in processValuesLocked()
405 EventLog.writeEvent(EventLogTags.BATTERY_STATUS, in processValuesLocked()
412 EventLog.writeEvent(EventLogTags.BATTERY_LEVEL, in processValuesLocked()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java49 import android.util.EventLog;
590 EventLog.writeEvent(EventLogTags.AM_PROCESS_CRASHED_TOO_MUCH, in handleAppCrashLocked()
598 EventLog.writeEvent(EventLogTags.AM_PROC_BAD, app.userId, app.uid, in handleAppCrashLocked()
769 EventLog.writeEvent(EventLogTags.AM_ANR, app.userId, app.pid, in appNotResponding()
DBroadcastQueue.java49 import android.util.EventLog;
1444 EventLog.writeEvent(EventLogTags.AM_BROADCAST_DISCARD_FILTER, in logBroadcastReceiverDiscardLocked()
1449 EventLog.writeEvent(EventLogTags.AM_BROADCAST_DISCARD_APP, in logBroadcastReceiverDiscardLocked()
1456 EventLog.writeEvent(EventLogTags.AM_BROADCAST_DISCARD_APP, in logBroadcastReceiverDiscardLocked()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java35 import android.util.EventLog;
574 EventLog.writeEvent(EventLogTags.AUTO_BRIGHTNESS_ADJ, in collectBrightnessAdjustmentSample()
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags18 # This file contains definitions for event log (android.util.EventLog) tags

123