Searched defs:SetSend (Results 1 – 8 of 8) sorted by relevance
104 virtual bool SetSend(bool send) { in SetSend() function
233 bool SetSend(bool send) { in SetSend() function412 void SetSend() { in SetSend() function
272 virtual bool SetSend(SendFlags flag) { in SetSend() function516 virtual bool SetSend(bool send) { return set_sending(send); } in SetSend() function632 virtual bool SetSend(bool send) { return set_sending(send); } in SetSend() function
516 bool SrtpSession::SetSend(int cs, const uint8_t* key, int len) { in SetSend() function in cricket::SrtpSession819 bool SrtpSession::SetSend(const std::string& cs, const uint8_t* key, int len) { in SetSend() function in cricket::SrtpSession
552 bool SctpDataMediaChannel::SetSend(bool send) { in SetSend() function in cricket::SctpDataMediaChannel
1760 bool WebRtcVoiceMediaChannel::SetSend(SendFlags send) { in SetSend() function in cricket::WebRtcVoiceMediaChannel
903 bool WebRtcVideoChannel2::SetSend(bool send) { in SetSend() function in cricket::WebRtcVideoChannel2
2349 TEST_F(WebRtcVideoChannel2Test, SetSend) { in TEST_F() argument