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

  /external/chromium_org/net/quic/congestion_control/
loss_detection_interface.cc 13 LossDetectionInterface* LossDetectionInterface::Create(
loss_detection_interface.h 19 class NET_EXPORT_PRIVATE LossDetectionInterface {
22 static LossDetectionInterface* Create(LossDetectionType loss_type);
24 virtual ~LossDetectionInterface() {}
tcp_loss_algorithm.h 21 class NET_EXPORT_PRIVATE TCPLossAlgorithm : public LossDetectionInterface {
time_loss_algorithm.h 21 class NET_EXPORT_PRIVATE TimeLossAlgorithm : public LossDetectionInterface {
  /external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.h 25 static const LossDetectionInterface* GetLossAlgorithm(
32 LossDetectionInterface* loss_detector);
quic_sent_packet_manager_peer.cc 30 const LossDetectionInterface* QuicSentPacketManagerPeer::GetLossAlgorithm(
45 LossDetectionInterface* loss_detector) {
quic_test_utils.h 474 class MockLossAlgorithm : public LossDetectionInterface {
  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 360 scoped_ptr<LossDetectionInterface> loss_algorithm_;
quic_sent_packet_manager.cc 80 loss_algorithm_(LossDetectionInterface::Create(loss_type)),
135 loss_algorithm_.reset(LossDetectionInterface::Create(kTime));
    [all...]
quic_connection_test.cc 443 void SetLossAlgorithm(LossDetectionInterface* loss_algorithm) {
    [all...]

Completed in 90 milliseconds