Searched refs:stopHere (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Main.cpp | 65 long stopHere = -1; in main() local 77 stopHere = atol(optarg); in main() 105 android::Replayer r(filename, pauseBeginning, numThreads, wait, stopHere); in main()
|
D | Replayer.cpp | 54 nsecs_t stopHere) in Replayer() argument 61 mStopTimeStamp(stopHere) { in Replayer() 80 if (stopHere < 0) { in Replayer() 85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) in Replayer() argument 92 mStopTimeStamp(stopHere) { in Replayer() 98 if (stopHere < 0) { in Replayer()
|
D | Replayer.h | 56 int numThreads = DEFAULT_THREADS, bool wait = true, nsecs_t stopHere = -1); 58 bool wait = true, nsecs_t stopHere = -1);
|
D | README.md | 93 `Replayer(std::string& filename, bool replayManually, int numThreads, bool wait, nsecs_t stopHere)` 101 - stopHere - Time stamp of where the replayer should run to then switch to manual replay
|