Home
last modified time | relevance | path

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

12

/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp105 void sendDtmf(int event);
228 void AudioStream::sendDtmf(int event) in sendDtmf() function in __anon5fc701100111::AudioStream
481 bool sendDtmf(int event);
652 bool AudioGroup::sendDtmf(int event) in sendDtmf() function in __anon5fc701100111::AudioGroup
743 stream->sendDtmf(event); in threadLoop()
1051 void sendDtmf(JNIEnv *env, jobject thiz, jint event) in sendDtmf() function
1054 if (group && !group->sendDtmf(event)) { in sendDtmf()
1063 {"nativeSendDtmf", "(I)V", (void *)sendDtmf},
/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadsetPhone.aidl28 boolean sendDtmf(int dtmf); in sendDtmf() method
/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/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/net/voip/src/java/android/net/rtp/
DAudioGroup.java183 public void sendDtmf(int event) { in sendDtmf() method in AudioGroup
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java278 public void sendDtmf(char c) { in sendDtmf() method in SipPhone
283 mForegroundCall.sendDtmf(c); in sendDtmf()
293 sendDtmf(c); in startDtmf()
638 void sendDtmf(char c) { in sendDtmf() method in SipPhone.SipCall
645 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.java858 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCallSession
864 miSession.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java199 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsPhoneCommandInterface
DImsPhoneConnection.java381 mOwner.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DImsPhone.java585 sendDtmf(char c) { in sendDtmf() method in ImsPhone
591 mCT.sendDtmf(c, null); in sendDtmf()
DImsPhoneCallTracker.java715 /* package */ void sendDtmf(char c, Message result) { in sendDtmf() method in ImsPhoneCallTracker
720 imscall.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmConnection.java552 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DGSMPhone.java916 sendDtmf(char c) { in sendDtmf() method in GSMPhone
922 mCi.sendDtmf(c, null); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java908 void sendDtmf(char c); in sendDtmf() method
DPhoneProxy.java784 public void sendDtmf(char c) { in sendDtmf() method in PhoneProxy
785 mActivePhone.sendDtmf(c); in sendDtmf()
DCallManager.java1249 public boolean sendDtmf(char c) { in sendDtmf() method in CallManager
1258 getActiveFgCall().getPhone().sendDtmf(c); in sendDtmf()
DCommandsInterface.java1051 void sendDtmf(char c, Message result); in sendDtmf() method
DRIL.java1253 sendDtmf(char c, Message result) { in sendDtmf() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaConnection.java591 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DCDMAPhone.java844 public void sendDtmf(char c) { in sendDtmf() method in CDMAPhone
850 mCi.sendDtmf(c, null); in sendDtmf()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1419 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCall
1424 mSession.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken334 public void sendDtmf(char c, Message result) {
/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/
Dcurrent.txt18856 method public void sendDtmf(int);
18909 method public void sendDtmf(int);
18910 method public void sendDtmf(int, android.os.Message);

12