Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp378 static int32_t msBetween(nsecs_t start, nsecs_t end) { in msBetween() function
387 mTimeStats.frameDurationLegacy.insert(msBetween(startTime, endTime)); in recordFrameDuration()
505 const int32_t postToAcquireMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
511 const int32_t postToPresentMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
517 const int32_t acquireToPresentMs = msBetween(timeRecords[0].frameTime.acquireTime, in flushAvailableRecordsToStatsLocked()
523 const int32_t latchToPresentMs = msBetween(timeRecords[0].frameTime.latchTime, in flushAvailableRecordsToStatsLocked()
529 const int32_t desiredToPresentMs = msBetween(timeRecords[0].frameTime.desiredTime, in flushAvailableRecordsToStatsLocked()
535 const int32_t presentToPresentMs = msBetween(prevTimeRecord.frameTime.presentTime, in flushAvailableRecordsToStatsLocked()
959 msBetween(mGlobalRecord.prevPresentTime, curPresentTime); in flushAvailableGlobalRecordsToStatsLocked()
988 const int32_t renderEngineMs = msBetween(duration.startTime, endNs); in flushAvailableGlobalRecordsToStatsLocked()