Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp368 static int32_t msBetween(nsecs_t start, nsecs_t end) { in msBetween() function
377 mTimeStats.frameDurationLegacy.insert(msBetween(startTime, endTime)); in recordFrameDuration()
496 const int32_t postToAcquireMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
502 const int32_t postToPresentMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
508 const int32_t acquireToPresentMs = msBetween(timeRecords[0].frameTime.acquireTime, in flushAvailableRecordsToStatsLocked()
514 const int32_t latchToPresentMs = msBetween(timeRecords[0].frameTime.latchTime, in flushAvailableRecordsToStatsLocked()
520 const int32_t desiredToPresentMs = msBetween(timeRecords[0].frameTime.desiredTime, in flushAvailableRecordsToStatsLocked()
526 const int32_t presentToPresentMs = msBetween(prevTimeRecord.frameTime.presentTime, in flushAvailableRecordsToStatsLocked()
956 msBetween(mGlobalRecord.prevPresentTime, curPresentTime); in flushAvailableGlobalRecordsToStatsLocked()
985 const int32_t renderEngineMs = msBetween(duration.startTime, endNs); in flushAvailableGlobalRecordsToStatsLocked()