Searched refs:dtmf (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetSystemInterface.java | 204 public boolean sendDtmf(int dtmf, BluetoothDevice device) { in sendDtmf() argument 211 return mPhoneProxy.sendDtmf(dtmf); in sendDtmf()
|
D | HeadsetNativeInterface.java | 123 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/ |
D | BluetoothPhoneServiceImpl.java | 140 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/ |
D | screen_event.proto | 58 // The dialpad displayed in-call that is used to send dtmf tones.
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfp.cpp | 198 void DtmfCmdCallback(char dtmf, RawAddress* bd_addr) override { in DtmfCmdCallback() argument 210 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf, in DtmfCmdCallback()
|