/packages/apps/InCallUI/src/com/android/incallui/ |
DialpadPresenter.java | 38 * Processes the specified digit as a DTMF key, by playing the 39 * appropriate DTMF tone, and appending the digit to the EditText 40 * field that displays the DTMF digits sent so far. 49 * Processes the specified digit as a DTMF key, by playing the appropriate 50 * DTMF tone (or short tone if requested), and appending the digit to the 51 * EditText field that displays the DTMF digits sent so far. 54 Log.d(this, "Processing dtmf key " + c); 55 // if it is a valid key, then update the display and send the dtmf tone. 57 Log.d(this, "updating display and sending dtmf tone for '" + c + "'"); 64 Log.d(this, "ignoring dtmf request for '" + c + "'") [all...] |
DialpadFragment.java | 128 * Our own key listener, specialized for dealing with DTMF codes. 130 * 2. Allow ONLY valid DTMF characters to generate a tone and be 131 * sent as a DTMF code. 135 * while the DTMF dialpad is up. 144 * Overriden to return correct DTMF-dialable characters. 176 * a dtmf code and play a local dtmf tone. 191 // if the character is a valid dtmf code, start playing the tone and send the 206 * a dtmf code and the dtmf tone [all...] |
CallCommandClient.java | 182 Log.e(this, "Cannot start dtmf tone; CallCommandService == null"); 186 Log.v(this, "Sending dtmf tone " + digit); 196 Log.e(this, "Cannot stop dtmf tone; CallCommandService == null"); 200 Log.v(this, "Stop dtmf tone ");
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
dtmfsender.h | 51 // to send DTMF. 55 // of sending DTMF. Otherwise returns false. 57 // Sends DTMF |code| via the audio track with given id (|track_id|). 58 // The |duration| indicates the length of the DTMF tone in ms. 103 // The DTMF sending task. 133 // Get DTMF code from the DTMF event character.
|
dtmfsender.cc | 66 // Get DTMF code from the DTMF event character. 149 << "InsertDtmf is called on DtmfSender that can't send DTMF."; 158 // Kick off a new DTMF task queue. 195 // Get the first DTMF tone from the tone buffer. Unrecognized characters will 210 // a valid DTMF tone. 228 LOG(LS_ERROR) << "The DtmfProvider can no longer send DTMF."; 248 LOG(LS_INFO) << "The Dtmf provider is deleted. Clear the sending queue.";
|
dtmfsenderinterface.h | 45 // Triggered when DTMF |tone| is sent. 61 // Returns true if this DtmfSender is capable of sending DTMF. 65 // Queues a task that sends the DTMF |tones|. The |tones| parameter is treated 67 // * generate the associated DTMF tones. The characters a to d are equivalent 78 // object to generate DTMF is still running, the previous task is canceled.
|
/packages/services/Telephony/src/com/android/phone/ |
DTMFTonePlayer.java | 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 [all...] |
CallCommandService.java | 201 Log.e(TAG, "Error playing DTMF tone.", e); 210 Log.e(TAG, "Error stopping DTMF tone.", e);
|
EmergencyDialer.java | 89 /** The length of DTMF tones in milliseconds */ 92 /** The DTMF tone volume relative to other sounds in the stream */ 95 /** Stream type used to play the DTMF tones off call, and mapped to the volume control keys */ 109 // determines if we want to playback local DTMF tones. 221 // a local audio signal, and is not as important as the dtmf tone itself. 280 // will play DTMF tones for all the old digits if it is when onRestoreSavedInstanceState() 485 // retrieve the DTMF tone play back setting. 493 // a local audio signal, and is not as important as the dtmf tone itself.
|
/external/chromium_org/content/renderer/media/ |
rtc_dtmf_sender_handler.h | 19 // RtcDtmfSenderHandler is a delegate for the RTC DTMF Sender API messages 20 // going between WebKit and native DTMF Sender in libjingle.
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHeadsetPhone.aidl | 28 boolean sendDtmf(int dtmf);
|
/frameworks/base/media/java/android/media/ |
package.html | 5 audio (e.g., play MP3s or other music files, ringtones, game sound effects, or DTMF tones)
|
ToneGenerator.java | 22 * This class provides methods to play DTMF tones (ITU-T Recommendation Q.23), 37 * DTMF tone for key 0: 1336Hz, 941Hz, continuous</p> 43 * DTMF tone for key 1: 1209Hz, 697Hz, continuous 49 * DTMF tone for key 2: 1336Hz, 697Hz, continuous 55 * DTMF tone for key 3: 1477Hz, 697Hz, continuous 61 * DTMF tone for key 4: 1209Hz, 770Hz, continuous 67 * DTMF tone for key 5: 1336Hz, 770Hz, continuous 73 * DTMF tone for key 6: 1477Hz, 770Hz, continuous 79 * DTMF tone for key 7: 1209Hz, 852Hz, continuous 85 * DTMF tone for key 8: 1336Hz, 852Hz, continuou [all...] |
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
AudioStream.java | 116 * @throws IllegalArgumentException if its type is used by DTMF. 124 throw new IllegalArgumentException("The type is used by DTMF"); 130 * Returns the RTP payload type for dual-tone multi-frequency (DTMF) digits, 140 * Sets the RTP payload type for dual-tone multi-frequency (DTMF) digits. 143 * RTP payload type for DTMF is assigned dynamically, so it must be in the 144 * range of 96 and 127. One can use {@code -1} to disable DTMF and free up
|
/packages/services/Telephony/common/src/com/android/services/telephony/common/ |
ICallCommandService.aidl | 83 * Start playing DTMF tone for the specified digit. 88 * Stop playing DTMF tone for the specified digit.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
TonesAutoTest.java | 33 // Test all DTMF tones one by one 35 Log.v(TAG, "DTMF tones test");
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
SimTonesTest.java | 47 assertTrue("DTMF Tones", result);
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoe.h | 106 webrtc::VoEDtmf* dtmf, 119 dtmf_(dtmf), 134 webrtc::VoEDtmf* dtmf() const { return dtmf_.get(); } function in class:cricket::VoEWrapper
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 52 * The DTMF dialpad may or may not be visible initially, depending on 61 * DTMF dialpad should be initially visible when the InCallScreen 352 * Start playing DTMF tone for the specified digit. 360 * Stop playing DTMF tones.
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
package.html | 26 the instance, such as make a call, answer a call, mute a call, turn on speaker mode, send DTMF
|
/packages/apps/InCallUI/res/layout/ |
dtmf_twelve_key_dialer_view.xml | 34 can't edit or "hit backspace" since these are DTMF tones you've
|
/packages/services/Telephony/res/values/ |
colors.xml | 25 <!-- DTMF Dialer -->
|
/hardware/libhardware/include/hardware/ |
bt_hf.h | 102 /** Callback for sending DTMF tones 103 * tone contains the dtmf character to be sent
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ixjuser.h | 150 * the standard DTMF digits and 28 - 31 are the DTMF tones for A, B, C & D. 317 * should be noted that DTMF tones cannot be reassigned, so if DTMF tone 389 * Call Progress Tones, DTMF, etc. 390 * IXJCTL_DTMF_OOB determines if DTMF signaling is sent as Out-Of-Band 391 * only. If you pass a 1, DTMF is suppressed from the audio stream.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 150 * the standard DTMF digits and 28 - 31 are the DTMF tones for A, B, C & D. 317 * should be noted that DTMF tones cannot be reassigned, so if DTMF tone 389 * Call Progress Tones, DTMF, etc. 390 * IXJCTL_DTMF_OOB determines if DTMF signaling is sent as Out-Of-Band 391 * only. If you pass a 1, DTMF is suppressed from the audio stream.
|