Searched defs:Replayer (Results 1 - 2 of 2) 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 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 49 milliseconds