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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetPhone.aidl 28 boolean sendDtmf(int dtmf);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h 106 webrtc::VoEDtmf* dtmf,
119 dtmf_(dtmf),
134 webrtc::VoEDtmf* dtmf() const { return dtmf_.get(); } function in class:cricket::VoEWrapper
webrtcvoiceengine.cc 560 // Disable the DTMF playout when a tone is sent.
562 if (voe_wrapper_->dtmf()->SetDtmfFeedbackStatus(false) == -1) {
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 140 static void dtmf_cmd_callback(char dtmf) {
142 // TBD dtmf has changed from int to char
143 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 728 public boolean sendDtmf(int dtmf) {
730 return mCM.sendDtmf((char) dtmf);
    [all...]
CallFeaturesSetting.java 269 /** Whether dialpad plays DTMF tone or not. */
1778 int dtmf = Settings.System.getInt(getContentResolver(), local
    [all...]

Completed in 69 milliseconds