Home
last modified time | relevance | path

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

/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp121 mCurrentIncrement = mTrace.increment(mIncrementIndex); in replay()
123 if (mHasStopped == false && mCurrentIncrement.time_stamp() >= mStopTimeStamp) { in replay()
131 waitUntilTimestamp(mCurrentIncrement.time_stamp()); in replay()
153 mCurrentTime = mCurrentIncrement.time_stamp(); in replay()
251 std::cout << "Time stamp: " << mCurrentIncrement.time_stamp() << "\n"; in waitForConsoleCommmand()
DReplayer.h115 Increment mCurrentIncrement; variable