HomeSort by relevance Sort by last modified time
    Searched defs:SetSend (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 86 bool SetSend(bool send);
142 bool RtpSenderReceiver::SetSend(bool send) {
161 // to sleep until SetSend(true) wakes it up.
221 bool FileVoiceChannel::SetSend(SendFlags flag) {
222 return rtp_sender_receiver_->SetSend(flag != SEND_NOTHING);
244 bool FileVideoChannel::SetSend(bool send) {
245 return rtp_sender_receiver_->SetSend(send);
srtpfilter.cc 198 ret = (send_session_.SetSend(send_params.cipher_suite,
263 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) {
466 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) {
mediaengine.h 268 virtual bool SetSend(SendFlags flag) { return true; }

Completed in 323 milliseconds