Searched refs:dispatchClockTime (Results 1 – 3 of 3) sorted by relevance
74 long dispatchClockTime; // the clock time the dispatch started field in BroadcastRecord146 pw.println(sdf.format(new Date(dispatchClockTime))); in dump()150 TimeUtils.formatDuration(dispatchClockTime-enqueueClockTime, pw); in dump()300 dispatchClockTime = from.dispatchClockTime; in BroadcastRecord()
976 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()
6488 * The dispatch latency is the dispatchClockTime - enqueueClockTime.