Searched refs:SetPlayout (Results 1 – 11 of 11) sorted by relevance
49 virtual void SetPlayout(bool enabled) = 0;
40 void SetPlayout(bool enabled) override;
123 void AudioState::SetPlayout(bool enabled) { in SetPlayout() function in webrtc::internal::AudioState
157 void SetPlayout(bool playout) override;
1273 void SetPlayout(bool playout) { in SetPlayout() function in cricket::WebRtcVoiceMediaChannel::WebRtcAudioReceiveStream1338 SetPlayout(playout_); in RecreateAudioReceiveStream()1827 void WebRtcVoiceMediaChannel::SetPlayout(bool playout) { in SetPlayout() function in cricket::WebRtcVoiceMediaChannel1840 kv.second->SetPlayout(playout); in ChangePlayout()1998 recv_streams_[ssrc]->SetPlayout(playout_); in AddRecvStream()
999 channel_->SetPlayout(true); in TEST_P()1016 channel_->SetPlayout(true); in TEST_P()2241 channel_->SetPlayout(true); in TEST_P()2243 channel_->SetPlayout(false); in TEST_P()2407 channel_->SetPlayout(true); in TEST_P()2427 channel_->SetPlayout(false); in TEST_P()2432 channel_->SetPlayout(true); in TEST_P()3584 channel_->SetPlayout(true); in TEST_P()
96 void FakeVoiceMediaChannel::SetPlayout(bool playout) { in SetPlayout() function in cricket::FakeVoiceMediaChannel
816 virtual void SetPlayout(bool playout) = 0;
328 void SetPlayout(bool playout) override;
826 media_channel()->SetPlayout(recv); in UpdateMediaSendRecvState_w()
4180 audio_state->SetPlayout(playout); in SetAudioPlayout()