HomeSort by relevance Sort by last modified time
    Searched refs:GetDtmfCode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender.h 134 bool GetDtmfCode(char tone, int* code);
dtmfsender.cc 67 bool GetDtmfCode(char tone, int* code) {
208 if (!GetDtmfCode(tone, &code)) {
dtmfsender_unittest.cc 169 webrtc::GetDtmfCode(tone, &code);

Completed in 29 milliseconds