Home
last modified time | relevance | path

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

/external/webrtc/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/webrtc/talk/media/base/
Dfakemediaengine.h232 struct DtmfInfo { struct
233 DtmfInfo(uint32_t ssrc, int event_code, int duration) in DtmfInfo() function
252 const std::vector<DtmfInfo>& dtmf_info_queue() const { in dtmf_info_queue() argument