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

/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp19 #include "Replayer.h"
51 std::atomic_bool Replayer::sReplayingManually(false);
53 Replayer::Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, function in class:Replayer
85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) function in class:Replayer
103 status_t Replayer::replay() {
104 signal(SIGINT, Replayer::stopAutoReplayHandler); //for manual control
161 status_t Replayer::initReplay() {
174 void Replayer
[all...]
H A DMain.cpp18 * Replayer - Main.cpp
27 #include <Replayer.h>
105 android::Replayer r(filename, pauseBeginning, numThreads, wait, stopHere);
H A DReplayer.h53 class Replayer { class in namespace:android
55 Replayer(const std::string& filename, bool replayManually = false,
57 Replayer(const Trace& trace, bool replayManually = false, int numThreads = DEFAULT_THREADS,

Completed in 45 milliseconds