Home
last modified time | relevance | path

Searched defs:DtmfInfo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddtmfsender_unittest.cc76 struct DtmfInfo { struct in FakeDtmfProvider
77 DtmfInfo(int code, int duration, int gap) in DtmfInfo() function
81 int code;
82 int duration;
83 int gap;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvoiceengine.h71 struct DtmfInfo { struct
72 DtmfInfo() in DtmfInfo() argument
76 int dtmf_event_code;
77 bool dtmf_out_of_band;
78 int dtmf_length_ms;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakemediaengine.h227 struct DtmfInfo { struct
228 DtmfInfo(uint32 ssrc, int event_code, int duration, int flags) in DtmfInfo() function
249 const std::vector<DtmfInfo>& dtmf_info_queue() const { in dtmf_info_queue() argument