Home
last modified time | relevance | path

Searched refs:EventLog (Results 1 – 25 of 54) 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.mk26 EventLog/EventLogTags.logtags \
27 EventLog/EventLog.cpp \
DFrameTracker.cpp225 EventLog::logFrameDurations(name, mNumFrames, NUM_FRAME_BUCKETS); in logStatsLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java22 import android.util.EventLog;
69 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, "removeTask"); in removeLocked()
81 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, "moveTask"); in moveTaskToStack()
91 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, in removeAppToken()
DTaskStack.java26 import android.util.EventLog;
106 EventLog.writeEvent(EventLogTags.WM_STACK_CREATED, stackId, mBounds.left, mBounds.top, in TaskStack()
319 EventLog.writeEvent(EventLogTags.WM_TASK_MOVED, task.mTaskId, toTop ? 1 : 0, stackNdx); in addTask()
370 EventLog.writeEvent(EventLogTags.WM_STACK_REMOVED, mStackId); in detachDisplay()
/frameworks/base/core/java/com/android/internal/view/menu/
DContextMenuBuilder.java22 import android.util.EventLog;
85 EventLog.writeEvent(50001, 1); in show()
/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;
100 EventLog.writeEvent(2741, reason); in forceGc()
DZygoteInit.java36 import android.util.EventLog;
591 EventLog.writeEvent(LOG_BOOT_PROGRESS_PRELOAD_START, in main()
594 EventLog.writeEvent(LOG_BOOT_PROGRESS_PRELOAD_END, in main()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelHolder.java21 import android.util.EventLog;
76 EventLog.writeEvent(EventLogTags.SYSUI_PANELHOLDER_TOUCH, in onTouchEvent()
DPhoneStatusBarView.java22 import android.util.EventLog;
144 EventLog.writeEvent(EventLogTags.SYSUI_PANELBAR_TOUCH, in onTouchEvent()
/frameworks/base/services/core/java/com/android/server/updates/
DConfigUpdateInstallReceiver.java25 import android.util.EventLog;
76 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, in onReceive()
92 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, errMsg); in onReceive()
/frameworks/base/core/java/android/util/
DEventLog.java44 public class EventLog { class
45 /** @hide */ public EventLog() {} in EventLog() method in EventLog
/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/backup/java/com/android/server/backup/
DBackupManagerService.java85 import android.util.EventLog;
860 if (sets == null) EventLog.writeEvent(EventLogTags.RESTORE_TRANSPORT_FAILURE); in handleMessage()
1936 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_LIFECYCLE, name, 1); in onServiceConnected()
1939 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_LIFECYCLE, name, 0); in onServiceConnected()
1947 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_LIFECYCLE, name, 0); in onServiceDisconnected()
2524 EventLog.writeEvent(EventLogTags.BACKUP_START, transportName); in beginBackup()
2535 EventLog.writeEvent(EventLogTags.BACKUP_INITIALIZE); in beginBackup()
2537 EventLog.writeEvent(EventLogTags.BACKUP_TRANSPORT_FAILURE, "(initialize)"); in beginBackup()
2564 EventLog.writeEvent(EventLogTags.BACKUP_RESET, mTransport.transportDirName()); in beginBackup()
2814 EventLog.writeEvent(EventLogTags.BACKUP_AGENT_FAILURE, packageName, in invokeAgentForBackup()
[all …]
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java48 import android.util.EventLog;
367 EventLog.writeEvent(EventLogTags.BATTERY_DISCHARGE, dischargeDuration, in processValuesLocked()
382 EventLog.writeEvent(EventLogTags.BATTERY_STATUS, in processValuesLocked()
389 EventLog.writeEvent(EventLogTags.BATTERY_LEVEL, in processValuesLocked()
DWatchdog.java37 import android.util.EventLog;
412 EventLog.writeEvent(EventLogTags.WATCHDOG, subject); in run()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java50 import android.util.EventLog;
1584 EventLog.writeEvent(EventLogTags.DATA_STALL_RECOVERY_GET_DATA_CALL_LIST, in doRecovery()
1591 EventLog.writeEvent(EventLogTags.DATA_STALL_RECOVERY_CLEANUP, mSentSinceLastRecv); in doRecovery()
1597 EventLog.writeEvent(EventLogTags.DATA_STALL_RECOVERY_REREGISTER, in doRecovery()
1604 EventLog.writeEvent(EventLogTags.DATA_STALL_RECOVERY_RADIO_RESTART, in doRecovery()
1617 EventLog.writeEvent(EventLogTags.DATA_STALL_RECOVERY_RADIO_RESTART_WITH_PROP, -1); in doRecovery()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java35 import android.util.EventLog;
563 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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java50 import android.util.EventLog;
399 EventLog.writeEvent(EventLogTags.CDMA_SERVICE_STATE_CHANGE, mSS.getVoiceRegState(), in pollStateDone()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.java45 import android.util.EventLog;
1265 EventLog.writeEvent(EventLogTags.AM_BROADCAST_DISCARD_FILTER, in logBroadcastReceiverDiscardLocked()
1270 EventLog.writeEvent(EventLogTags.AM_BROADCAST_DISCARD_APP, in logBroadcastReceiverDiscardLocked()
1277 EventLog.writeEvent(EventLogTags.AM_BROADCAST_DISCARD_APP, in logBroadcastReceiverDiscardLocked()
DActivityStack.java66 import android.util.EventLog;
863 EventLog.writeEvent(EventLogTags.AM_PAUSE_ACTIVITY, in startPausingLocked()
940 EventLog.writeEvent(EventLogTags.AM_FAILED_TO_PAUSE, in activityPausedLocked()
1936 EventLog.writeEvent(EventLogTags.AM_RESUME_ACTIVITY, next.userId, in resumeTopActivityInnerLocked()
2870 EventLog.writeEvent(EventLogTags.AM_FINISH_ACTIVITY, in finishActivityLocked()
3346 EventLog.writeEvent(EventLogTags.AM_DESTROY_ACTIVITY, in destroyActivityLocked()
3574 EventLog.writeEvent(EventLogTags.AM_FINISH_ACTIVITY, in removeHistoryRecordsForAppLocked()
3689 EventLog.writeEvent(EventLogTags.AM_TASK_TO_FRONT, tr.userId, tr.taskId); in moveTaskToFrontLocked()
3801 EventLog.writeEvent(tag, in logStartActivity()
3977 EventLog.writeEvent(andResume ? EventLogTags.AM_RELAUNCH_RESUME_ACTIVITY in relaunchActivityLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java31 import android.util.EventLog;
946 EventLog.writeEvent(EventLogTags.CALL_DROP, in handleMessage()

123