Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Ddtmfsender.cc67 bool GetDtmfCode(char tone, int* code) { in GetDtmfCode() function
208 if (!GetDtmfCode(tone, &code)) { in DoInsertDtmf()
Ddtmfsender.h135 bool GetDtmfCode(char tone, int* code);
Ddtmfsender_unittest.cc170 webrtc::GetDtmfCode(tone, &code); in GetDtmfInfoFromString()