Searched defs:sending (Results 1 – 9 of 9) sorted by relevance
273 bool sending() const { return sending_; } in sending() function
387 bool sending() const { return send_ != SEND_NOTHING; } in sending() function
246 bool sending() const { return sending_; } in sending() function
612 void set_sending(bool sending) { sending_ = sending; } in set_sending()613 bool sending() const { return sending_; } in sending() function in cricket::WebRtcVideoChannelSendInfo3319 const bool sending = (direction == MD_SEND) || (direction == MD_SENDRECV); in ConfigureChannel() local
98 bool sending; member
449 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) { in SetSendingStatus()481 int32_t ModuleRtpRtcpImpl::SetSendingMediaStatus(const bool sending) { in SetSendingMediaStatus()
214 RTCPSender::SetSendingStatus(const FeedbackState& feedback_state, bool sending) in SetSendingStatus()
580 bool sending = channel_->sending(); in SetOneCodec() local
67 bool sending() const { return sending_; } in sending() function