Searched refs:mLastPresentTime (Results 1 – 2 of 2) sorted by relevance
1371 mLastPresentTime = currentTime; in syncTimestampToDisplayLocked()1381 mLastPresentTime = currentTime; in syncTimestampToDisplayLocked()1386 nsecs_t minPresentT = mLastPresentTime + vsyncEventData.frameInterval / 2; in syncTimestampToDisplayLocked()1408 mLastPresentTime = presentT; in syncTimestampToDisplayLocked()1444 mLastPresentTime = timeline.expectedPresentationTime; in syncTimestampToDisplayLocked()1461 nsecs_t expectedPresentT = mLastPresentTime; in syncTimestampToDisplayLocked()1528 mLastPresentTime + minInterval + in syncTimestampToDisplayLocked()1535 if (expectedPresentT == mLastPresentTime && expectedPresentT < in syncTimestampToDisplayLocked()1572 mLastPresentTime = expectedPresentT; in syncTimestampToDisplayLocked()
442 nsecs_t mLastPresentTime = 0; variable