Home
last modified time | relevance | path

Searched refs:stopHere (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
DMain.cpp65 long stopHere = -1; in main() local
77 stopHere = atol(optarg); in main()
105 android::Replayer r(filename, pauseBeginning, numThreads, wait, stopHere); in main()
DReplayer.cpp54 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()
DReplayer.h56 int numThreads = DEFAULT_THREADS, bool wait = true, nsecs_t stopHere = -1);
58 bool wait = true, nsecs_t stopHere = -1);
DREADME.md93 `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