Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp120 mCurrentIncrement = mTrace.increment(mIncrementIndex); in replay()
122 if (mHasStopped == false && mCurrentIncrement.time_stamp() >= mStopTimeStamp) { in replay()
130 waitUntilTimestamp(mCurrentIncrement.time_stamp()); in replay()
152 mCurrentTime = mCurrentIncrement.time_stamp(); in replay()
250 std::cout << "Time stamp: " << mCurrentIncrement.time_stamp() << "\n"; in waitForConsoleCommmand()
H A DReplayer.h140 Increment mCurrentIncrement; variable