Home
last modified time | relevance | path

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

/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp209 input = mLastInput; in waitForConsoleCommmand()
211 mLastInput = input; in waitForConsoleCommmand()
214 if (mLastInput.empty()) { in waitForConsoleCommmand()
DReplayer.h134 std::string mLastInput; variable