Searched refs:stopHere (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
H A DMain.cpp65 long stopHere = -1; local
77 stopHere = atol(optarg);
105 android::Replayer r(filename, pauseBeginning, numThreads, wait, stopHere);
H A DReplayer.h56 int numThreads = DEFAULT_THREADS, bool wait = true, nsecs_t stopHere = -1);
58 bool wait = true, nsecs_t stopHere = -1);
H A DReplayer.cpp54 nsecs_t stopHere)
61 mStopTimeStamp(stopHere) {
80 if (stopHere < 0) {
85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) argument
92 mStopTimeStamp(stopHere) {
98 if (stopHere < 0) {
53 Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) argument

Completed in 72 milliseconds