Lines Matching refs:presentTime
132 timeRecord->frameTime.presentTime = timeRecord->presentFence->getSignalTime(); in recordReadyLocked()
174 timeRecords[0].frameTime.frameNumber, timeRecords[0].frameTime.presentTime); in flushAvailableRecordsToStatsLocked()
194 timeRecords[0].frameTime.presentTime); in flushAvailableRecordsToStatsLocked()
200 timeRecords[0].frameTime.presentTime); in flushAvailableRecordsToStatsLocked()
206 timeRecords[0].frameTime.presentTime); in flushAvailableRecordsToStatsLocked()
212 timeRecords[0].frameTime.presentTime); in flushAvailableRecordsToStatsLocked()
217 const int32_t presentToPresentMs = msBetween(prevTimeRecord.frameTime.presentTime, in flushAvailableRecordsToStatsLocked()
218 timeRecords[0].frameTime.presentTime); in flushAvailableRecordsToStatsLocked()
233 timeRecords[0].frameTime.presentTime); in flushAvailableRecordsToStatsLocked()
370 void TimeStats::setPresentTime(int32_t layerID, uint64_t frameNumber, nsecs_t presentTime) { in setPresentTime() argument
374 ALOGV("[%d]-[%" PRIu64 "]-PresentTime[%" PRId64 "]", layerID, frameNumber, presentTime); in setPresentTime()
384 timeRecord.frameTime.presentTime = presentTime; in setPresentTime()