Home
last modified time | relevance | path

Searched refs:sReplayingManually (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp50 std::atomic_bool Replayer::sReplayingManually(false);
77 sReplayingManually.store(replayManually); in Replayer()
95 sReplayingManually.store(replayManually); in Replayer()
124 sReplayingManually.store(true); in replay()
174 if (sReplayingManually) { in stopAutoReplayHandler()
179 sReplayingManually.store(true); in stopAutoReplayHandler()
198 if (!sReplayingManually || mWaitingForNextVSync) { in waitForConsoleCommmand()
232 sReplayingManually.store(true); in waitForConsoleCommmand()
236 sReplayingManually.store(false); in waitForConsoleCommmand()
245 sReplayingManually.store(false); in waitForConsoleCommmand()
H A DReplayer.h144 static atomic_bool sReplayingManually; variable