Home
last modified time | relevance | path

Searched refs:dtmf (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java204 public boolean sendDtmf(int dtmf, BluetoothDevice device) { in sendDtmf() argument
211 return mPhoneProxy.sendDtmf(dtmf); in sendDtmf()
DHeadsetNativeInterface.java123 private void onSendDtmf(int dtmf, byte[] address) { in onSendDtmf() argument
125 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_SEND_DTMF, dtmf, in onSendDtmf()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java140 public boolean sendDtmf(int dtmf) throws RemoteException {
146 Log.i(TAG, "BT - sendDtmf %c", Log.DEBUG ? dtmf : '.');
151 mCallsManager.playDtmfTone(call, (char) dtmf);
/packages/apps/Dialer/java/com/android/dialer/logging/
Dscreen_event.proto58 // The dialpad displayed in-call that is used to send dtmf tones.
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp198 void DtmfCmdCallback(char dtmf, RawAddress* bd_addr) override { in DtmfCmdCallback() argument
210 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf, in DtmfCmdCallback()