Home
last modified time | relevance | path

Searched refs:WebRtcVoiceMediaChannel (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/media/engine/
Dwebrtc_voice_engine.h38 class WebRtcVoiceMediaChannel; variable
43 friend class WebRtcVoiceMediaChannel; variable
73 void RegisterChannel(WebRtcVoiceMediaChannel* channel);
74 void UnregisterChannel(WebRtcVoiceMediaChannel* channel);
117 std::vector<WebRtcVoiceMediaChannel*> channels_;
136 class WebRtcVoiceMediaChannel final : public VoiceMediaChannel,
139 WebRtcVoiceMediaChannel(WebRtcVoiceEngine* engine,
144 ~WebRtcVoiceMediaChannel() override;
335 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(WebRtcVoiceMediaChannel);
Dwebrtc_voice_engine.cc359 return new WebRtcVoiceMediaChannel(this, config, options, crypto_options, in CreateMediaChannel()
615 void WebRtcVoiceEngine::RegisterChannel(WebRtcVoiceMediaChannel* channel) { in RegisterChannel()
621 void WebRtcVoiceEngine::UnregisterChannel(WebRtcVoiceMediaChannel* channel) { in UnregisterChannel()
750 class WebRtcVoiceMediaChannel::WebRtcAudioSendStream
1149 class WebRtcVoiceMediaChannel::WebRtcAudioReceiveStream {
1361 WebRtcVoiceMediaChannel::WebRtcVoiceMediaChannel( in WebRtcVoiceMediaChannel() function in cricket::WebRtcVoiceMediaChannel
1378 WebRtcVoiceMediaChannel::~WebRtcVoiceMediaChannel() { in ~WebRtcVoiceMediaChannel()
1393 bool WebRtcVoiceMediaChannel::SetSendParameters( in SetSendParameters()
1438 bool WebRtcVoiceMediaChannel::SetRecvParameters( in SetRecvParameters()
1465 webrtc::RtpParameters WebRtcVoiceMediaChannel::GetRtpSendParameters( in GetRtpSendParameters()
[all …]
Dwebrtc_voice_engine_unittest.cc838 EXPECT_EQ(static_cast<cricket::WebRtcVoiceMediaChannel*>(channel_), in TEST_P()
852 EXPECT_EQ(static_cast<cricket::WebRtcVoiceMediaChannel*>(channel_), in TEST_P()
3076 std::unique_ptr<cricket::WebRtcVoiceMediaChannel> channel1( in TEST_P()
3077 static_cast<cricket::WebRtcVoiceMediaChannel*>( in TEST_P()
3081 std::unique_ptr<cricket::WebRtcVoiceMediaChannel> channel2( in TEST_P()
3082 static_cast<cricket::WebRtcVoiceMediaChannel*>( in TEST_P()
3191 std::unique_ptr<cricket::WebRtcVoiceMediaChannel> channel; in TEST_P()
3198 channel.reset(static_cast<cricket::WebRtcVoiceMediaChannel*>( in TEST_P()
3206 channel.reset(static_cast<cricket::WebRtcVoiceMediaChannel*>( in TEST_P()
3234 channel.reset(static_cast<cricket::WebRtcVoiceMediaChannel*>( in TEST_P()
[all …]