Home
last modified time | relevance | path

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

/external/webrtc/pc/
Ddtmf_sender.cc50 bool GetDtmfCode(char tone, int* code) { in GetDtmfCode() function
181 if (!GetDtmfCode(tone, &code)) { in DoInsertDtmf()
Ddtmf_sender.h110 bool GetDtmfCode(char tone, int* code);
Ddtmf_sender_unittest.cc150 webrtc::GetDtmfCode(tone, &code); in GetDtmfInfoFromString()