Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp145 static int32_t msBetween(nsecs_t start, nsecs_t end) { in msBetween() function
187 msBetween(timeRecords[0].postTime, timeRecords[0].presentTime); in flushAvailableRecordsToStatsLocked()
193 msBetween(timeRecords[0].acquireTime, timeRecords[0].presentTime); in flushAvailableRecordsToStatsLocked()
199 msBetween(timeRecords[0].latchTime, timeRecords[0].presentTime); in flushAvailableRecordsToStatsLocked()
205 msBetween(timeRecords[0].desiredTime, timeRecords[0].presentTime); in flushAvailableRecordsToStatsLocked()
211 msBetween(prevTimeRecord.presentTime, timeRecords[0].presentTime); in flushAvailableRecordsToStatsLocked()