Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp312 static int32_t msBetween(nsecs_t start, nsecs_t end) { in msBetween() function
325 mTimeStats.frameDuration.insert(msBetween(startTime, endTime)); in recordFrameDuration()
414 const int32_t postToAcquireMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
420 const int32_t postToPresentMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
426 const int32_t acquireToPresentMs = msBetween(timeRecords[0].frameTime.acquireTime, in flushAvailableRecordsToStatsLocked()
432 const int32_t latchToPresentMs = msBetween(timeRecords[0].frameTime.latchTime, in flushAvailableRecordsToStatsLocked()
438 const int32_t desiredToPresentMs = msBetween(timeRecords[0].frameTime.desiredTime, in flushAvailableRecordsToStatsLocked()
444 const int32_t presentToPresentMs = msBetween(prevTimeRecord.frameTime.presentTime, in flushAvailableRecordsToStatsLocked()
751 msBetween(mGlobalRecord.prevPresentTime, curPresentTime); in flushAvailableGlobalRecordsToStatsLocked()
780 const int32_t renderEngineMs = msBetween(duration.startTime, endNs); in flushAvailableGlobalRecordsToStatsLocked()