Home
last modified time | relevance | path

Searched refs:last_send (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_bitrate_estimator.cc74 if (packet_feedback.sent_packet.send_time > cluster->last_send) { in HandleProbeAndEstimateBitrate()
75 cluster->last_send = packet_feedback.sent_packet.send_time; in HandleProbeAndEstimateBitrate()
103 TimeDelta send_interval = cluster->last_send - cluster->first_send; in HandleProbeAndEstimateBitrate()
Dprobe_bitrate_estimator.h40 Timestamp last_send = Timestamp::MinusInfinity();
/external/webrtc/rtc_base/
Dvirtual_socket_unittest.cc63 last_send = rtc::TimeMillis(); in Sender()
79 int64_t delay = cur_time - last_send; in OnMessage()
88 last_send = cur_time; in OnMessage()
98 int64_t last_send; member
/external/libwebsockets/plugins/
Dprotocol_esp32_lws_scan.c46 struct timeval last_send; member
541 pss->last_send = t; in callback_esplws_scan()