Home
last modified time | relevance | path

Searched refs:dispatchClockTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java74 long dispatchClockTime; // the clock time the dispatch started field in BroadcastRecord
146 pw.println(sdf.format(new Date(dispatchClockTime))); in dump()
150 TimeUtils.formatDuration(dispatchClockTime-enqueueClockTime, pw); in dump()
300 dispatchClockTime = from.dispatchClockTime; in BroadcastRecord()
DBroadcastQueue.java976 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcastLocked()
1255 r.dispatchClockTime = System.currentTimeMillis(); in processNextBroadcastLocked()
1260 r.dispatchClockTime - r.enqueueClockTime); in processNextBroadcastLocked()
1841 mSummaryHistoryDispatchTime[mSummaryHistoryNext] = historyRecord.dispatchClockTime; in addBroadcastToHistoryLocked()
/frameworks/base/cmds/statsd/src/
Datoms.proto6488 * The dispatch latency is the dispatchClockTime - enqueueClockTime.