Lines Matching full:dtmf
41 * Playing DTMF tones through the CallManager.
73 // indicates that we are using automatically shortened DTMF tones
79 // Queue to queue the short dtmf characters.
82 // Short Dtmf tone duration
93 logD("dtmf confirmation received from FW.");
94 // handle burst dtmf confirmation
98 logD("dtmf stop received");
153 * might need to play local DTMF tones, which means that we need to
176 // a local audio signal, and is not as important as the dtmf tone itself.
215 * Starts playback of the dtmf tone corresponding to the parameter.
242 // For Short DTMF we need to play the local tone for fixed duration
247 logD("send long dtmf for " + c);
260 * Sends the dtmf character over the network for short DTMF settings
267 // Insert the dtmf char to the queue
279 * Handles Burst Dtmf Confirmation from the Framework.
287 Log.i(LOG_TAG, "The dtmf character removed from queue" + dtmfChar);
389 * resources for playing DTMF tone, otherwise release them.