Searched refs:replayManually (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Replayer.h | 55 Replayer(const std::string& filename, bool replayManually = false, 57 Replayer(const Trace& trace, bool replayManually = false, int numThreads = DEFAULT_THREADS,
|
D | Replayer.cpp | 53 Replayer::Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, in Replayer() argument 78 sReplayingManually.store(replayManually); in Replayer() 85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) in Replayer() argument 96 sReplayingManually.store(replayManually); in Replayer()
|
D | README.md | 93 `Replayer(std::string& filename, bool replayManually, int numThreads, bool wait, nsecs_t stopHere)` 98 - replayManually - **True**: if the replayer will immediately switch to manual replay at the start
|