Searched refs:sendDtmf (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadsetPhone.aidl28 boolean sendDtmf(int dtmf);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl223 void sendDtmf(char c, in Message result);
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java183 public void sendDtmf(int event) { method in class:AudioGroup
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp105 void sendDtmf(int event);
228 void AudioStream::sendDtmf(int event) function in class:__anon1528::AudioStream
481 bool sendDtmf(int event);
652 bool AudioGroup::sendDtmf(int event) function in class:__anon1528::AudioGroup
743 stream->sendDtmf(event);
1051 void sendDtmf(JNIEnv *env, jobject thiz, jint event) function in namespace:__anon1528
1054 if (group && !group->sendDtmf(event)) {
1063 {"nativeSendDtmf", "(I)V", (void *)sendDtmf},
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java903 public void sendDtmf(int code) { method in class:SipAudioCall
904 sendDtmf(code, null);
917 public void sendDtmf(int code, Message result) { method in class:SipAudioCall
922 if (DBG) log("sendDtmf: code=" + code + " result=" + result);
923 audioGroup.sendDtmf(code);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java278 public void sendDtmf(char c) { method in class:SipPhone
280 loge("sendDtmf called with invalid character '" + c + "'");
283 mForegroundCall.sendDtmf(c);
293 sendDtmf(c);
638 void sendDtmf(char c) { method in class:SipPhone.SipCall
639 if (SC_DBG) log("sendDtmf: c=" + c);
642 if (SC_DBG) log("sendDtmf: audioGroup == null, ignore c=" + c);
645 audioGroup.sendDtmf(convertDtmf(c));
H A DSipCommandInterface.java200 public void sendDtmf(char c, Message result) { method in class:SipCommandInterface
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java868 public void sendDtmf(char c, Message result) { method in class:ImsCallSession
874 miSession.sendDtmf(c, result);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java199 public void sendDtmf(char c, Message result) { method in class:ImsPhoneCommandInterface
H A DImsPhoneConnection.java420 mOwner.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE));
H A DImsPhone.java602 sendDtmf(char c) { method in class:ImsPhone
605 "sendDtmf called with invalid character '" + c + "'");
608 mCT.sendDtmf(c, null);
H A DImsPhoneCallTracker.java760 /* package */ void sendDtmf(char c, Message result) { method in class:ImsPhoneCallTracker
761 if (DBG) log("sendDtmf");
765 imscall.sendDtmf(c, result);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java920 void sendDtmf(char c); method in interface:Phone
940 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
H A DPhoneProxy.java809 public void sendDtmf(char c) { method in class:PhoneProxy
810 mActivePhone.sendDtmf(c);
H A DCallManager.java1273 public boolean sendDtmf(char c) { method in class:CallManager
1277 Rlog.d(LOG_TAG, " sendDtmf(" + c + ")");
1282 getActiveFgCall().getPhone().sendDtmf(c);
1287 Rlog.d(LOG_TAG, "End sendDtmf(" + c + ")");
1345 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
H A DCommandsInterface.java1051 void sendDtmf(char c, Message result); method in interface:CommandsInterface
H A DRIL.java1254 sendDtmf(char c, Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java610 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE));
H A DCDMAPhone.java850 public void sendDtmf(char c) { method in class:CDMAPhone
853 "sendDtmf called with invalid character '" + c + "'");
856 mCi.sendDtmf(c, null);
882 "sendDtmf called with invalid character '" + dtmfString.charAt(itr)+ "'");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java570 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE));
H A DGSMPhone.java922 sendDtmf(char c) { method in class:GSMPhone
925 "sendDtmf called with invalid character '" + c + "'");
928 mCi.sendDtmf(c, null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken334 public void sendDtmf(char c, Message result) {
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1429 public void sendDtmf(char c, Message result) { method in class:ImsCall
1430 logi("sendDtmf :: code=" + c);
1434 mSession.sendDtmf(c, result);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java954 public void sendDtmf(char c, Message result) { method in class:SimulatedCommands

Completed in 1611 milliseconds