Searched refs:DestroyAudioSendStream (Results 1 – 8 of 8) sorted by relevance
51 call->DestroyAudioSendStream(stream); in TEST()81 call->DestroyAudioSendStream(s); in TEST()
63 void DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) override;316 void Call::DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) { in DestroyAudioSendStream() function in webrtc::internal::Call
353 sender_call_->DestroyAudioSendStream(audio_send_stream); in TestAudioVideoSync()
103 virtual void DestroyAudioSendStream(AudioSendStream* send_stream) = 0;
224 void DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) override;
308 void FakeCall::DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) { in DestroyAudioSendStream() function in cricket::FakeCall
1098 call_->DestroyAudioSendStream(stream_); in ~WebRtcAudioSendStream()1105 call_->DestroyAudioSendStream(stream_); in RecreateAudioSendStream()
285 sender_call_->DestroyAudioSendStream(audio_send_stream_); in DestroyStreams()