Home | History | Annotate | Download | only in webrtc

Lines Matching defs:SetPlayout

1909 bool WebRtcVoiceMediaChannel::SetPlayout(bool playout) {
1931 result = SetPlayout(voe_channel(), playout);
1935 if (!SetPlayout(it->second.channel, playout)) {
1936 LOG(LS_ERROR) << "SetPlayout " << playout << " on channel "
2162 return SetPlayout(voe_channel(), playout_);
2223 SetPlayout(voe_channel(), false);
2231 // TODO(juberti): We should rollback the add if SetPlayout fails.
2235 return SetPlayout(channel, playout_);
2251 SetPlayout(voe_channel(), false);
2292 SetPlayout(voe_channel(), true);
3008 bool WebRtcVoiceMediaChannel::SetPlayout(int channel, bool playout) {