Searched defs:fec_protection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_packet_generator.cc118 FecProtection fec_protection,
134 if (fec_protection == MUST_FEC_PROTECT) {
174 if (fec_protection == MUST_FEC_PROTECT) {
114 ConsumeData(QuicStreamId id, const IOVector& data_to_write, QuicStreamOffset offset, bool fin, FecProtection fec_protection, QuicAckNotifier* notifier) argument
H A Dquic_session.cc370 FecProtection fec_protection,
372 return connection_->SendStreamData(id, data, offset, fin, fec_protection,
365 WritevData( QuicStreamId id, const IOVector& data, QuicStreamOffset offset, bool fin, FecProtection fec_protection, QuicAckNotifier::DelegateInterface* ack_notifier_delegate) argument
H A Dquic_connection.cc1018 FecProtection fec_protection,
1046 packet_generator_.ConsumeData(id, data, offset, fin, fec_protection,
1013 SendStreamData( QuicStreamId id, const IOVector& data, QuicStreamOffset offset, bool fin, FecProtection fec_protection, QuicAckNotifier::DelegateInterface* delegate) argument
H A Dquic_connection_test.cc486 FecProtection fec_protection,
493 fec_protection, delegate);
481 SendStreamDataWithStringHelper( QuicStreamId id, StringPiece data, QuicStreamOffset offset, bool fin, FecProtection fec_protection, QuicAckNotifier::DelegateInterface* delegate) argument

Completed in 67 milliseconds