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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender.cc 133 bool DtmfSender::InsertDtmf(const std::string& tones, int duration,
140 LOG(LS_ERROR) << "InsertDtmf is called with invalid duration or tones gap. "
149 << "InsertDtmf is called on DtmfSender that can't send DTMF.";
227 if (!provider_->InsertDtmf(track_->id(), code, duration_)) {
webrtcsession.cc 900 bool WebRtcSession::InsertDtmf(const std::string& track_id,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 219 virtual bool InsertDtmf(uint32 ssrc, int event, int duration, int flags) {
fakemediaengine.h 361 virtual bool InsertDtmf(uint32 ssrc, int event_code, int duration,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 79 milliseconds