OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSendBandwidth
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h
152
virtual bool
SetSendBandwidth
(bool autobw, int bps) { return true; }
187
virtual bool
SetSendBandwidth
(bool autobw, int bps) { return true; }
mediaengine.h
258
virtual bool
SetSendBandwidth
(bool autobw, int bps) { return true; }
mediachannel.h
101
virtual bool
SetSendBandwidth
(bool autobw, int bps) = 0;
channel.cc
487
return media_channel()->
SetSendBandwidth
(true, max_bandwidth);
[
all
...]
Completed in 45 milliseconds