OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dtmf
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ht9170.cxx
46
// Instantiate a
DTMF
decoder
47
upm::HT9170*
dtmf
= new upm::HT9170(12, 11, 10, 9, 8);
local
55
if (
dtmf
->digitReady())
57
cout << "Got
DTMF
code: " <<
dtmf
->decodeDigit() << endl;
59
while (
dtmf
->digitReady())
70
delete
dtmf
;
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
60
VoEDtmf*
dtmf
= NULL;
variable
134
dtmf
= VoEDtmf::GetInterface(m_voe);
193
if (
dtmf
)
194
dtmf
->Release();
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 79 milliseconds