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

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

Completed in 177 milliseconds