Searched defs:maxRetransmitTime (Results 1 - 3 of 3) sorted by relevance
/external/webrtc/talk/app/webrtc/objc/public/ | ||
H A D | RTCDataChannel.h | 100 @property(nonatomic, readonly) NSUInteger maxRetransmitTime; variable |
/external/webrtc/talk/app/webrtc/ | ||
H A D | datachannelinterface.h | 48 maxRetransmitTime(-1), 56 int maxRetransmitTime; // The max period of time in milliseconds in which member in struct:webrtc::DataChannelInit 138 virtual uint16_t maxRetransmitTime() const { return 0; } function in class:webrtc::DataChannelInterface |
H A D | datachannel.h | 140 virtual uint16_t maxRetransmitTime() const { function in class:webrtc::DataChannel 141 return config_.maxRetransmitTime; 286 PROXY_CONSTMETHOD0(uint16_t, maxRetransmitTime) |
Completed in 128 milliseconds