Searched refs:enqueueClockTime (Results 1 – 3 of 3) sorted by relevance
75 long enqueueClockTime; // the clock time the broadcast was enqueued field in BroadcastRecord154 pw.print(sdf.format(new Date(enqueueClockTime))); in dump()160 TimeUtils.formatDuration(dispatchClockTime-enqueueClockTime, pw); in dump()315 enqueueClockTime = from.enqueueClockTime; in BroadcastRecord()
248 r.enqueueClockTime = System.currentTimeMillis(); in enqueueBroadcastHelper()1307 r.dispatchClockTime - r.enqueueClockTime); in processNextBroadcastLocked()1932 mSummaryHistoryEnqueueTime[mSummaryHistoryNext] = historyRecord.enqueueClockTime; in addBroadcastToHistoryLocked()
8771 * The dispatch latency is the dispatchClockTime - enqueueClockTime.