Searched refs:DestroyAudioSendStream (Results 1 – 11 of 11) sorted by relevance
106 call->DestroyAudioSendStream(stream); in TEST()143 call->DestroyAudioSendStream(s); in TEST()203 call->DestroyAudioSendStream(send_stream); in TEST()238 call->DestroyAudioSendStream(send_stream); in TEST()333 call->DestroyAudioSendStream(stream); in TEST()
173 void DegradedCall::DestroyAudioSendStream(AudioSendStream* send_stream) { in DestroyAudioSendStream() function in webrtc::DegradedCall174 call_->DestroyAudioSendStream(send_stream); in DestroyAudioSendStream()
95 virtual void DestroyAudioSendStream(AudioSendStream* send_stream) = 0;
56 void DestroyAudioSendStream(AudioSendStream* send_stream) override;
231 void DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) override;796 void Call::DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) { in DestroyAudioSendStream() function in webrtc::internal::Call
320 sender_call_->DestroyAudioSendStream(audio_send_stream); in TestAudioVideoSync()
141 [this] { sender_->call_->DestroyAudioSendStream(send_stream_); }); in ~SendAudioStream()
326 void DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) override;
487 void FakeCall::DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) { in DestroyAudioSendStream() function in cricket::FakeCall
807 call_->DestroyAudioSendStream(stream_); in ~WebRtcAudioSendStream()
638 sender_call_->DestroyAudioSendStream(audio_send_stream_); in DestroyStreams()