Searched defs:WebRtcVoiceMediaChannel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.h87 class WebRtcVoiceMediaChannel;
157 // May only be called by WebRtcVoiceMediaChannel.
158 void RegisterChannel(WebRtcVoiceMediaChannel *channel);
159 void UnregisterChannel(WebRtcVoiceMediaChannel *channel);
165 // Called by WebRtcVoiceMediaChannel to set a gain offset from
186 typedef std::vector<WebRtcVoiceMediaChannel *> ChannelList;
211 WebRtcVoiceMediaChannel** channel,
315 // WebRtcVoiceMediaChannel is an implementation of VoiceMediaChannel that uses
317 class WebRtcVoiceMediaChannel class in namespace:cricket
320 explicit WebRtcVoiceMediaChannel(WebRtcVoiceEngin
[all...]
H A Dwebrtcvoiceengine.cc634 WebRtcVoiceMediaChannel* ch = new WebRtcVoiceMediaChannel(this);
890 ResumeEntry(WebRtcVoiceMediaChannel *c, bool p, SendFlags s)
896 WebRtcVoiceMediaChannel *channel;
939 WebRtcVoiceMediaChannel *channel = *i;
976 WebRtcVoiceMediaChannel *channel = *i;
1306 WebRtcVoiceMediaChannel* channel = NULL;
1320 int channel_num, WebRtcVoiceMediaChannel** channel, uint32* ssrc) const {
1364 void WebRtcVoiceEngine::RegisterChannel(WebRtcVoiceMediaChannel *channel) {
1369 void WebRtcVoiceEngine::UnregisterChannel(WebRtcVoiceMediaChannel *channe
1637 WebRtcVoiceMediaChannel::WebRtcVoiceMediaChannel(WebRtcVoiceEngine *engine) function in class:cricket::WebRtcVoiceMediaChannel
[all...]

Completed in 31 milliseconds