OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadyToSendData
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/app/webrtc/test/
fakedatachannelprovider.h
91
bool
ReadyToSendData
() const override { return ready_to_send_; }
116
// Set true to emulate the transport
ReadyToSendData
signal when the transport
/external/webrtc/talk/app/webrtc/
datachannel.h
62
virtual bool
ReadyToSendData
() const = 0;
datachannel.cc
205
if (provider_->
ReadyToSendData
()) {
webrtcsession.h
283
bool
ReadyToSendData
() const override;
webrtcsession.cc
[
all
...]
Completed in 105 milliseconds