Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp143 static int32_t msBetween(nsecs_t start, nsecs_t end) { in msBetween() function
187 const int32_t postToAcquireMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
193 const int32_t postToPresentMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked()
199 const int32_t acquireToPresentMs = msBetween(timeRecords[0].frameTime.acquireTime, in flushAvailableRecordsToStatsLocked()
205 const int32_t latchToPresentMs = msBetween(timeRecords[0].frameTime.latchTime, in flushAvailableRecordsToStatsLocked()
211 const int32_t desiredToPresentMs = msBetween(timeRecords[0].frameTime.desiredTime, in flushAvailableRecordsToStatsLocked()
217 const int32_t presentToPresentMs = msBetween(prevTimeRecord.frameTime.presentTime, in flushAvailableRecordsToStatsLocked()
512 msBetween(mGlobalRecord.prevPresentTime, curPresentTime); in flushAvailableGlobalRecordsToStatsLocked()