Searched refs:audio_send_stream_ (Results 1 – 3 of 3) sorted by relevance
41 audio_send_stream_(nullptr), in CallTest()172 test->OnAudioStreamsCreated(audio_send_stream_, audio_receive_streams_); in RunBaseTest()560 RTC_DCHECK(audio_send_stream_ == nullptr); in CreateAudioStreams()562 audio_send_stream_ = sender_call_->CreateAudioSendStream(audio_send_config_); in CreateAudioStreams()604 if (audio_send_stream_) { in Start()605 audio_send_stream_->Start(); in Start()621 if (audio_send_stream_) { in Stop()622 audio_send_stream_->Stop(); in Stop()637 if (audio_send_stream_) in DestroyStreams()638 sender_call_->DestroyAudioSendStream(audio_send_stream_); in DestroyStreams()[all …]
194 AudioSendStream* audio_send_stream_; variable
1142 audio_send_stream_->Start(); in StartAudioStreams()