HomeSort by relevance Sort by last modified time
    Searched refs:sendDtmf (Results 1 - 16 of 16) sorted by null

  /frameworks/base/voip/java/android/net/rtp/
AudioGroup.java 147 public native synchronized void sendDtmf(int event);
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 97 void sendDtmf(int event);
220 void AudioStream::sendDtmf(int event)
479 bool sendDtmf(int event);
645 bool AudioGroup::sendDtmf(int event)
737 stream->sendDtmf(event);
992 void sendDtmf(JNIEnv *env, jobject thiz, jint event)
995 if (group && !group->sendDtmf(event)) {
1004 {"sendDtmf", "(I)V", (void *)sendDtmf},
  /frameworks/base/voip/java/android/net/sip/
SipAudioCall.java 826 public void sendDtmf(int code) {
827 sendDtmf(code, null);
840 public void sendDtmf(int code, Message result) {
846 audioGroup.sendDtmf(code);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 238 public void sendDtmf(char c) {
241 "sendDtmf called with invalid character '" + c + "'");
244 foregroundCall.sendDtmf(c);
254 sendDtmf(c);
529 void sendDtmf(char c) {
532 audioGroup.sendDtmf(convertDtmf(c));
    [all...]
SipCommandInterface.java 156 public void sendDtmf(char c, Message result) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 294 owner.cm.sendDtmf(c, msg);
538 owner.cm.sendDtmf(c, h.obtainMessage(EVENT_DTMF_DONE));
GSMPhone.java 766 sendDtmf(char c) {
769 "sendDtmf called with invalid character '" + c + "'");
772 mCM.sendDtmf(c, null);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 346 owner.cm.sendDtmf(c, msg);
622 owner.cm.sendDtmf(c, h.obtainMessage(EVENT_DTMF_DONE));
CDMAPhone.java 653 public void sendDtmf(char c) {
656 "sendDtmf called with invalid character '" + c + "'");
659 mCM.sendDtmf(c, null);
682 "sendDtmf called with invalid character '" + dtmfString.charAt(itr)+ "'");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 830 void sendDtmf(char c);
850 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
    [all...]
PhoneProxy.java 438 public void sendDtmf(char c) {
439 mActivePhone.sendDtmf(c);
CommandsInterface.java 883 void sendDtmf(char c, Message result);
    [all...]
CallManager.java     [all...]
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 900 public void sendDtmf(char c, Message result) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]

Completed in 403 milliseconds