Home
last modified time | relevance | path

Searched refs:GetDtmfCode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddtmfsender.cc67 bool GetDtmfCode(char tone, int* code) { in GetDtmfCode() function
208 if (!GetDtmfCode(tone, &code)) { in DoInsertDtmf()
Ddtmfsender.h134 bool GetDtmfCode(char tone, int* code);
Ddtmfsender_unittest.cc169 webrtc::GetDtmfCode(tone, &code); in GetDtmfInfoFromString()