Home | History | Annotate | Download | only in test

Lines Matching refs:audio_send_stream_

32       audio_send_stream_(nullptr),
97 test->OnAudioStreamsCreated(audio_send_stream_, audio_receive_streams_);
122 if (audio_send_stream_) {
124 audio_send_stream_->Start();
148 if (audio_send_stream_) {
151 audio_send_stream_->Stop();
256 RTC_DCHECK(audio_send_stream_ == nullptr);
268 audio_send_stream_ = sender_call_->CreateAudioSendStream(audio_send_config_);
284 if (audio_send_stream_)
285 sender_call_->DestroyAudioSendStream(audio_send_stream_);
286 audio_send_stream_ = nullptr;