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

  /system/bt/binder/android/bluetooth/
IBluetoothHeadsetPhone.aidl 28 boolean sendDtmf(int dtmf);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetSystemInterface.java 198 * Instructs Telecom to play the specified DTMF tone for the current foreground call
200 * @param dtmf dtmf code
204 public boolean sendDtmf(int dtmf, BluetoothDevice device) {
211 return mPhoneProxy.sendDtmf(dtmf);
216 Log.e(TAG, "Handsfree phone proxy null for sending DTMF");
235 Log.e(TAG, "Handsfree phone proxy null for sending DTMF");
HeadsetNativeInterface.java 123 private void onSendDtmf(int dtmf, byte[] address) {
125 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_SEND_DTMF, dtmf,
  /packages/services/Telecomm/src/com/android/server/telecom/
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);
    [all...]
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 60 VoEDtmf* dtmf = NULL; variable
134 dtmf = VoEDtmf::GetInterface(m_voe);
193 if (dtmf)
194 dtmf->Release();
  /hardware/interfaces/radio/1.0/
IRadio.hal 315 * Send a DTMF tone
641 * Start playing a DTMF tone. Continue playing DTMF tone until
654 * Stop playing a currently playing DTMF tone.
    [all...]
  /hardware/interfaces/radio/1.2/default/
Radio.h 159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 191 void DtmfCmdCallback(char dtmf, RawAddress* bd_addr) override {
202 // TBD dtmf has changed from int to char
203 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf,
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 394 std::string dtmf; member in struct:CallState
430 dtmf.push_back(c);
431 ALOGV("Call to %s: DTMF %s", number.c_str(), dtmf.c_str());
724 ALOGV("Sending DTMF digit '%c'", c);
738 ALOGV("DTMF tone end.");
    [all...]
  /hardware/ril/libril/
ril_service.cpp 326 const ::android::hardware::hidl_string& dtmf,
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1977 milliseconds