Home
last modified time | relevance | path

Searched defs:maxRetransmits (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddatachannelinterface.h58 int maxRetransmits; // The max number of retransmissions. -1 if unset. member
119 virtual uint16 maxRetransmits() const { return 0; } in maxRetransmits() function
Ddatachannel.h101 virtual uint16 maxRetransmits() const { in maxRetransmits() function
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DDataChannel.java40 public int maxRetransmits = -1; field in DataChannel.Init
50 boolean ordered, int maxRetransmitTimeMs, int maxRetransmits, in Init()
/external/chromium_org/third_party/WebKit/public/platform/
DWebRTCDataChannelInit.h48 int maxRetransmits; member
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DMockWebRTCDataChannelHandler.cpp82 unsigned short MockWebRTCDataChannelHandler::maxRetransmits() const in maxRetransmits() function in WebTestRunner::MockWebRTCDataChannelHandler
/external/chromium_org/content/renderer/media/
Drtc_data_channel_handler.cc48 unsigned short RtcDataChannelHandler::maxRetransmits() const { in maxRetransmits() function in content::RtcDataChannelHandler
Dmock_peer_connection_impl.cc116 virtual unsigned short maxRetransmits() const OVERRIDE { in maxRetransmits() function in content::MockDataChannel
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
DRTCDataChannelHandler.cpp71 unsigned short RTCDataChannelHandler::maxRetransmits() const in maxRetransmits() function in WebCore::RTCDataChannelHandler
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCDataChannel.cpp108 unsigned short RTCDataChannel::maxRetransmits() const in maxRetransmits() function in WebCore::RTCDataChannel