Searched refs:SetSend (Results 1 – 7 of 7) sorted by relevance
86 bool SetSend(bool send);142 bool RtpSenderReceiver::SetSend(bool send) { in SetSend() function in cricket::RtpSenderReceiver221 bool FileVoiceChannel::SetSend(SendFlags flag) { in SetSend() function in cricket::FileVoiceChannel222 return rtp_sender_receiver_->SetSend(flag != SEND_NOTHING); in SetSend()244 bool FileVideoChannel::SetSend(bool send) { in SetSend() function in cricket::FileVideoChannel245 return rtp_sender_receiver_->SetSend(send); in SetSend()
198 ret = (send_session_.SetSend(send_params.cipher_suite, in ApplyParams()263 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { in SetSend() function in cricket::SrtpSession466 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { in SetSend() function in cricket::SrtpSession
136 virtual bool SetSend(SendFlags flag);171 virtual bool SetSend(bool send);
65 bool SetSend(const std::string& cs, const uint8* key, int len);
217 virtual bool SetSend(SendFlags flag) = 0;442 virtual bool SetSend(bool send) = 0;
268 virtual bool SetSend(SendFlags flag) { return true; } in SetSend() function
751 if (!media_channel()->SetSend(send_flag)) { in ChangeState()1008 if (!media_channel()->SetSend(send)) { in ChangeState()