HomeSort by relevance Sort by last modified time
    Searched refs:SetSend (Results 1 - 7 of 7) 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);
filemediaengine.h 136 virtual bool SetSend(SendFlags flag);
171 virtual bool SetSend(bool send);
srtpfilter.h 65 bool SetSend(const std::string& cs, const uint8* key, int len);
93 // Initialize by calling SetSend with the local security params, then call
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) {
mediachannel.h 217 virtual bool SetSend(SendFlags flag) = 0;
442 virtual bool SetSend(bool send) = 0;
mediaengine.h 268 virtual bool SetSend(SendFlags flag) { return true; }
channel.cc 751 if (!media_channel()->SetSend(send_flag)) {
752 LOG(LS_ERROR) << "Failed to SetSend " << send_flag << " on voice channel";
1008 if (!media_channel()->SetSend(send)) {
1009 LOG(LS_ERROR) << "Failed to SetSend on video channel";
    [all...]

Completed in 109 milliseconds