HomeSort by relevance Sort by last modified time
    Searched full:dtmf (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receive_test_oldapi.cc 50 // AVT/DTMF = 106
audio_coding_module_impl.h 121 // for codecs, CNG, DTMF, RED.
initial_delay_manager_unittest.cc 98 // Insert non-audio packets, a CNG and DTMF.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 250 // Set audio packet size, used to determine when it's time to send a DTMF
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 31 * an additional keyboard with symbols. In numeric mode, it shows a 12-key DTMF dialer-like
  /frameworks/base/docs/html/training/managing-audio/
volume-playback.jd 48 call ringer, system sounds, in-call volume, and DTMF tones. This is done primarily to allow users to
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioGroup.java 178 * Sends a DTMF digit to every {@link AudioStream} in this group. Currently
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 81 DTMF = 8,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
telephony.h 222 * bit indicates if there is data waiting in the DTMF buffer. The
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
telephony.h 222 * bit indicates if there is data waiting in the DTMF buffer. The
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 118 DEFINE_int32(avt, 106, "RTP payload type for AVT/DTMF");
175 return "AVT/DTMF";
336 // RED nor DTMF is supported for replacement.
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 303 * Notifies the {@link Conference} of a request to play a DTMF tone.
305 * @param c A DTMF character.
310 * Notifies the {@link Conference} of a request to stop any currently playing DTMF tones.
Connection.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 212 static void dtmf_cmd_callback(char dtmf, bt_bdaddr_t* bd_addr) {
224 // TBD dtmf has changed from int to char
225 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf, addr);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 136 public boolean sendDtmf(int dtmf) throws RemoteException {
142 Log.i(TAG, "BT - sendDtmf %c", Log.DEBUG ? dtmf : '.');
147 mCallsManager.playDtmfTone(call, (char) dtmf);
    [all...]
CallsManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessage.java 170 // convert the value if it is 4-bit DTMF to 8 bit
635 // convert the value if it is 4-bit DTMF to 8
671 // convert the value if it is 4-bit DTMF to 8 bit
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter_unittest.cc 296 // 2 = DTMF (AVT)
299 // is a non-CNG, non-DTMF payload of another type than the first speech payload
359 // Test that iSAC, iSAC-swb, RED, DTMF, CNG, and "Arbitrary" payloads do not
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 468 * Invoked to play a DTMF tone.
470 * @param c A DTMF character.
481 * Invoked to stop playing a DTMF tone.
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 136 * Tests that DTMF Tones are sent from the {@link InCallService} to the
  /external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h 159 // type, i.e. they cannot have DTMF or CNG payload type, nor a codec change
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 164 <!-- Default for DTMF tones enabled -->
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsConfig.java 404 * DTMF WB payload type.
409 * DTMF NB payload type.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 762 * CdmaSmsAddress.parse provided that DTMF encoding is unified
    [all...]
  /packages/apps/Dialer/res/values/
strings.xml 335 <!-- Item label: jump to the in-call DTMF dialpad.
    [all...]

Completed in 1043 milliseconds

1 2 3 45 6 7 8 91011