Searched refs:NextSendTime (Results 1 – 5 of 5) sorted by relevance
284 return std::max(pacer_->NextSendTime() - now, TimeDelta::Zero()); in TimeUntilNextProcess()289 Timestamp next_send_time = pacer_->NextSendTime(); in AdvanceTimeAndProcess()354 Timestamp next_send_time = pacer->NextSendTime(); in ProcessNext()1334 EXPECT_EQ(pacer_->NextSendTime() - start_time, in TEST_P()1338 EXPECT_EQ(pacer_->NextSendTime() - start_time, in TEST_P()1343 EXPECT_EQ(pacer_->NextSendTime() - start_time, in TEST_P()1508 EXPECT_EQ(pacer_->NextSendTime(), clock_.CurrentTime()); in TEST_P()1514 EXPECT_EQ(pacer_->NextSendTime(), probe_time); in TEST_P()1523 EXPECT_EQ(pacer_->NextSendTime(), probe_time); in TEST_P()1544 EXPECT_GT(pacer_->NextSendTime(), probe_time); in TEST_P()[all …]
207 Timestamp next_process_time = pacing_controller_.NextSendTime(); in MaybeProcessPackets()218 next_process_time = pacing_controller_.NextSendTime(); in MaybeProcessPackets()
301 NextSendTime() <= now) { in EnqueuePacketInternal()337 Timestamp PacingController::NextSendTime() const { in NextSendTime() function in webrtc::PacingController402 target_send_time = NextSendTime(); in ProcessPackets()592 Timestamp next_send_time = NextSendTime(); in ProcessPackets()
142 Timestamp NextSendTime() const;
171 Timestamp next_send_time = pacing_controller_.NextSendTime(); in TimeUntilNextProcess()