Searched refs:standByEnable_ (Results 1 – 2 of 2) sorted by relevance
208 (standByEnable_ ? "true" : "false")); in OnStatusUpdate()217 if (standByEnable_) { in OnStatusUpdate()218 standByEnable_ = false; in OnStatusUpdate()229 if (standByEnable_) { in OnStatusUpdate()315 if (standByEnable_) { in StandByCheck()324 standByEnable_ = true; in StandByCheck()643 if (standByEnable_) { in Start()714 if (standByEnable_) { in Pause()718 standByEnable_ = false; in Pause()848 if (standByEnable_) { in Stop()[all …]
131 std::atomic<bool> standByEnable_ = false; variable