Searched refs:sReplayingManually (Results 1 – 2 of 2) sorted by relevance
50 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()
144 static atomic_bool sReplayingManually; variable