Lines Matching refs:WebRtcVoiceEngine
240 WebRtcVoiceEngine::WebRtcVoiceEngine( in WebRtcVoiceEngine() function in cricket::WebRtcVoiceEngine
262 WebRtcVoiceEngine::~WebRtcVoiceEngine() { in ~WebRtcVoiceEngine()
276 void WebRtcVoiceEngine::Init() { in Init()
347 rtc::scoped_refptr<webrtc::AudioState> WebRtcVoiceEngine::GetAudioState() in GetAudioState()
353 VoiceMediaChannel* WebRtcVoiceEngine::CreateMediaChannel( in CreateMediaChannel()
363 bool WebRtcVoiceEngine::ApplyOptions(const AudioOptions& options_in) { in ApplyOptions()
589 const std::vector<AudioCodec>& WebRtcVoiceEngine::send_codecs() const { in send_codecs()
594 const std::vector<AudioCodec>& WebRtcVoiceEngine::recv_codecs() const { in recv_codecs()
600 WebRtcVoiceEngine::GetRtpHeaderExtensions() const { in GetRtpHeaderExtensions()
615 void WebRtcVoiceEngine::RegisterChannel(WebRtcVoiceMediaChannel* channel) { in RegisterChannel()
621 void WebRtcVoiceEngine::UnregisterChannel(WebRtcVoiceMediaChannel* channel) { in UnregisterChannel()
628 bool WebRtcVoiceEngine::StartAecDump(webrtc::FileWrapper file, in StartAecDump()
644 void WebRtcVoiceEngine::StopAecDump() { in StopAecDump()
655 webrtc::AudioDeviceModule* WebRtcVoiceEngine::adm() { in adm()
661 webrtc::AudioProcessing* WebRtcVoiceEngine::apm() const { in apm()
666 webrtc::AudioState* WebRtcVoiceEngine::audio_state() { in audio_state()
672 std::vector<AudioCodec> WebRtcVoiceEngine::CollectCodecs( in CollectCodecs()
1362 WebRtcVoiceEngine* engine, in WebRtcVoiceMediaChannel()