Searched refs:lowLatencyTimer_ (Results 1 – 2 of 2) sorted by relevance
37 LowLatency::LowLatency() : lowLatencyTimer_(std::make_shared<LowLatencyTimer>(LOW_LATENCY_TIMER_ID, in LowLatency()57 if (lowLatencySwitchSet_.empty() && lowLatencyTimer_ != nullptr) { in EnableLowLatency()59 lowLatencyTimer_->StartTimer(); in EnableLowLatency()78 if (lowLatencySwitchSet_.empty() && lowLatencyTimer_ != nullptr) { in DisableLowLatency()80 lowLatencyTimer_->StopTimer(); in DisableLowLatency()
42 std::shared_ptr<DHTimer> lowLatencyTimer_ = nullptr; variable