Searched refs:stopHere (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/ |
H A 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()
|
H A D | Replayer.cpp | 53 nsecs_t stopHere) in Replayer() argument 60 mStopTimeStamp(stopHere) { in Replayer() 79 if (stopHere < 0) { in Replayer() 84 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) in Replayer() argument 91 mStopTimeStamp(stopHere) { in Replayer() 97 if (stopHere < 0) { in Replayer()
|
H A D | Replayer.h | 58 int numThreads = DEFAULT_THREADS, bool wait = true, nsecs_t stopHere = -1); 60 bool wait = true, nsecs_t stopHere = -1);
|
H A 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
|