HomeSort by relevance Sort by last modified time
    Searched refs:InterArrivalProbe (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_probe.h 18 class NET_EXPORT_PRIVATE InterArrivalProbe {
20 InterArrivalProbe();
21 ~InterArrivalProbe();
54 DISALLOW_COPY_AND_ASSIGN(InterArrivalProbe);
inter_arrival_probe.cc 19 InterArrivalProbe::InterArrivalProbe()
25 InterArrivalProbe::~InterArrivalProbe() {
28 bool InterArrivalProbe::GetEstimate(QuicBandwidth* available_channel_estimate) {
36 void InterArrivalProbe::OnSentPacket(QuicByteCount bytes) {
42 void InterArrivalProbe::OnAcknowledgedPacket(QuicByteCount bytes) {
49 QuicByteCount InterArrivalProbe::GetAvailableCongestionWindow() {
56 void InterArrivalProbe::OnIncomingFeedback(
inter_arrival_probe_test.cc 19 InterArrivalProbe probe_;
inter_arrival_sender.h 87 scoped_ptr<InterArrivalProbe> probe_;
inter_arrival_sender.cc 32 probe_(new InterArrivalProbe()),

Completed in 376 milliseconds