Searched refs:replayManually (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h55 Replayer(const std::string& filename, bool replayManually = false,
57 Replayer(const Trace& trace, bool replayManually = false, int numThreads = DEFAULT_THREADS,
H A DReplayer.cpp53 Replayer::Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, argument
78 sReplayingManually.store(replayManually);
85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) argument
96 sReplayingManually.store(replayManually);

Completed in 166 milliseconds