Searched defs:SetSend (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.cc86 bool SetSend(bool send);
142 bool RtpSenderReceiver::SetSend(bool send) { function in class:cricket::RtpSenderReceiver
161 // to sleep until SetSend(true) wakes it up.
221 bool FileVoiceChannel::SetSend(SendFlags flag) { function in class:cricket::FileVoiceChannel
222 return rtp_sender_receiver_->SetSend(flag != SEND_NOTHING);
244 bool FileVideoChannel::SetSend(bool send) { function in class:cricket::FileVideoChannel
245 return rtp_sender_receiver_->SetSend(send);
H A Dsrtpfilter.cc198 ret = (send_session_.SetSend(send_params.cipher_suite,
263 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { function in class:cricket::SrtpSession
466 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { function in class:cricket::SrtpSession
H A Dmediaengine.h268 virtual bool SetSend(SendFlags flag) { return true; } function in class:cricket::NullVoiceMediaChannel

Completed in 62 milliseconds