Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp535 const int32_t presentToPresentMs = msBetween(prevTimeRecord.frameTime.presentTime, in flushAvailableRecordsToStatsLocked() local
538 timeRecords[0].frameTime.frameNumber, presentToPresentMs); in flushAvailableRecordsToStatsLocked()
539 timeStatsLayer.deltas["present2present"].insert(presentToPresentMs); in flushAvailableRecordsToStatsLocked()
958 const int32_t presentToPresentMs = in flushAvailableGlobalRecordsToStatsLocked() local
961 presentToPresentMs, mGlobalRecord.prevPresentTime, curPresentTime); in flushAvailableGlobalRecordsToStatsLocked()
962 mTimeStats.presentToPresentLegacy.insert(presentToPresentMs); in flushAvailableGlobalRecordsToStatsLocked()