Searched refs:enqueueClockTime (Results 1 – 3 of 3) sorted by relevance
72 long enqueueClockTime; // the clock time the broadcast was enqueued field in BroadcastRecord144 pw.print(sdf.format(new Date(enqueueClockTime))); in dump()150 TimeUtils.formatDuration(dispatchClockTime-enqueueClockTime, pw); in dump()298 enqueueClockTime = from.enqueueClockTime; in BroadcastRecord()
255 r.enqueueClockTime = System.currentTimeMillis(); in enqueueBroadcastHelper()1260 r.dispatchClockTime - r.enqueueClockTime); in processNextBroadcastLocked()1840 mSummaryHistoryEnqueueTime[mSummaryHistoryNext] = historyRecord.enqueueClockTime; in addBroadcastToHistoryLocked()
6488 * The dispatch latency is the dispatchClockTime - enqueueClockTime.