Home
last modified time | relevance | path

Searched refs:sendDtmf (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadsetPhone.aidl28 boolean sendDtmf(int dtmf); in sendDtmf() method
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp103 void sendDtmf(int event);
226 void AudioStream::sendDtmf(int event) in sendDtmf() function in __anon5fc701100111::AudioStream
479 bool sendDtmf(int event);
647 bool AudioGroup::sendDtmf(int event) in sendDtmf() function in __anon5fc701100111::AudioGroup
738 stream->sendDtmf(event); in threadLoop()
1045 void sendDtmf(JNIEnv *env, jobject thiz, jint event) in sendDtmf() function
1048 if (group && !group->sendDtmf(event)) { in sendDtmf()
1057 {"nativeSendDtmf", "(I)V", (void *)sendDtmf},
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl223 void sendDtmf(char c, in Message result); in sendDtmf() method
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioGroup.java181 public void sendDtmf(int event) { in sendDtmf() method in AudioGroup
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java903 public void sendDtmf(int code) {
904 sendDtmf(code, null);
917 public void sendDtmf(int code, Message result) {
923 audioGroup.sendDtmf(code);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java277 public void sendDtmf(char c) { in sendDtmf() method in SipPhone
282 mForegroundCall.sendDtmf(c); in sendDtmf()
292 sendDtmf(c); in startDtmf()
637 void sendDtmf(char c) { in sendDtmf() method in SipPhone.SipCall
644 audioGroup.sendDtmf(convertDtmf(c)); in sendDtmf()
DSipCommandInterface.java200 public void sendDtmf(char c, Message result) { in sendDtmf() method in SipCommandInterface
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java843 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCallSession
849 miSession.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java372 mOwner.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DImsPhoneCommandInterface.java199 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsPhoneCommandInterface
DImsPhone.java513 sendDtmf(char c) { in sendDtmf() method in ImsPhone
519 mCT.sendDtmf(c, null); in sendDtmf()
DImsPhoneCallTracker.java687 /* package */ void sendDtmf(char c, Message result) { in sendDtmf() method in ImsPhoneCallTracker
692 imscall.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java882 void sendDtmf(char c); in sendDtmf() method
DPhoneProxy.java757 public void sendDtmf(char c) { in sendDtmf() method in PhoneProxy
758 mActivePhone.sendDtmf(c); in sendDtmf()
DCommandsInterface.java1051 void sendDtmf(char c, Message result); in sendDtmf() method
DCallManager.java1249 public boolean sendDtmf(char c) { in sendDtmf() method in CallManager
1258 getActiveFgCall().getPhone().sendDtmf(c); in sendDtmf()
DRIL.java1216 sendDtmf(char c, Message result) { in sendDtmf() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmConnection.java549 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DGSMPhone.java906 sendDtmf(char c) { in sendDtmf() method in GSMPhone
912 mCi.sendDtmf(c, null); in sendDtmf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java334 public void sendDtmf(char c, Message result) { in sendDtmf() method in UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaConnection.java587 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DCDMAPhone.java823 public void sendDtmf(char c) { in sendDtmf() method in CDMAPhone
829 mCi.sendDtmf(c, null); in sendDtmf()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1325 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCall
1332 mSession.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java954 public void sendDtmf(char c, Message result) { in sendDtmf() method in SimulatedCommands
/frameworks/base/api/
Dsystem-current.txt18976 method public void sendDtmf(int);
19029 method public void sendDtmf(int);
19030 method public void sendDtmf(int, android.os.Message);

12