Searched refs:dtmf (Results 1 – 3 of 3) sorted by relevance
135 public boolean sendDtmf(int dtmf) throws RemoteException {141 Log.i(TAG, "BT - sendDtmf %c", Log.DEBUG ? dtmf : '.');146 mCallsManager.playDtmfTone(call, (char) dtmf);
210 static void dtmf_cmd_callback(char dtmf, bt_bdaddr_t* bd_addr) { in dtmf_cmd_callback() argument223 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf, addr); in dtmf_cmd_callback()
2680 private void processSendDtmf(int dtmf, BluetoothDevice device) { in processSendDtmf() argument2688 mPhoneProxy.sendDtmf(dtmf); in processSendDtmf()3178 private void onSendDtmf(int dtmf, byte[] address) { in onSendDtmf() argument3180 event.valueInt = dtmf; in onSendDtmf()