HomeSort by relevance Sort by last modified time
    Searched refs:dtmf (Results 1 - 8 of 8) 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 577 // Disable the DTMF playout when a tone is sent.
579 if (voe_wrapper_->dtmf()->SetDtmfFeedbackStatus(false) == -1) {
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 58 VoEDtmf* dtmf = NULL; variable
132 dtmf = VoEDtmf::GetInterface(m_voe);
191 if (dtmf)
192 dtmf->Release();
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 128 public boolean sendDtmf(int dtmf) throws RemoteException {
130 Log.i(TAG, "BT - sendDtmf %c", Log.DEBUG ? dtmf : '.');
131 return sendSynchronousRequest(MSG_SEND_DTMF, dtmf);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 210 static void dtmf_cmd_callback(char dtmf, bt_bdaddr_t* bd_addr) {
222 // TBD dtmf has changed from int to char
223 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf, addr);
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 248 /** Whether dialpad plays DTMF tone or not. */
1665 int dtmf = Settings.System.getInt(getContentResolver(), local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 392 milliseconds