Home
last modified time | relevance | path

Searched defs:sendDtmf (Results 1 – 11 of 11) sorted by relevance

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DIImsAudioSession.aidl34 oneway void sendDtmf(char dtmfDigit, int duration); in sendDtmf() method
DImsAudioSession.java134 public void sendDtmf(final char dtmfDigit, final int duration) { in sendDtmf() method in ImsAudioSession
/packages/modules/ImsMedia/test/imsmediahal/src/com/android/telephony/testimsmediahal/
DIImsMediaSessionImpl.java90 public void sendDtmf(char dtmfDigit, int duration) { in sendDtmf() method in IImsMediaSessionImpl
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DAudioLocalSession.java146 public void sendDtmf(final char dtmfDigit, final int duration) { in sendDtmf() method in AudioLocalSession
DAudioSession.java181 public void sendDtmf(char digit, int duration) { in sendDtmf() method in AudioSession
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioStreamGraphRtpTx.cpp207 bool AudioStreamGraphRtpTx::sendDtmf(char digit, int duration) in sendDtmf() function in AudioStreamGraphRtpTx
DAudioSession.cpp550 void AudioSession::sendDtmf(char digit, int duration) in sendDtmf() function in AudioSession
DAudioManager.cpp182 void AudioManager::sendDtmf(int sessionId, char dtmfDigit, int duration) in sendDtmf() function in AudioManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java212 public boolean sendDtmf(int dtmf, BluetoothDevice device) { in sendDtmf() method in HeadsetSystemInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java240 public boolean sendDtmf(BluetoothDevice device, byte code) { in sendDtmf() method in NativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java417 public boolean sendDtmf(int dtmf) { in sendDtmf() method in BluetoothInCallService