Home | History | Annotate | Download | only in phone

Lines Matching defs:Enable

134 bool BaseChannel::Enable(bool enable) {
136 Send(enable ? MSG_ENABLE : MSG_DISABLE);
508 bool BaseChannel::SetRtcpMux_w(bool enable, ContentAction action,
512 ret = rtcp_mux_filter_.SetOffer(enable, src);
514 ret = rtcp_mux_filter_.SetAnswer(enable, src);
658 void VoiceChannel::SetEarlyMedia(bool enable) {
659 if (enable) {