Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/
H A Ddevice_for_product_strategy_dtmf.pfw5 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
14 /Policy/policy/product_strategies/dtmf/device_address =
26 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
54 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
82 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
110 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
139 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
168 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
197 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
234 component: /Policy/policy/product_strategies/dtmf/selected_output_devices/mask
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java744 public void callSessionDtmfReceived(char dtmf) { in callSessionDtmfReceived() argument
745 if (!(dtmf >= '0' && dtmf <= '9' in callSessionDtmfReceived()
746 || dtmf >= 'A' && dtmf <= 'D' in callSessionDtmfReceived()
747 || dtmf >= 'a' && dtmf <= 'd' in callSessionDtmfReceived()
748 || dtmf == '*' in callSessionDtmfReceived()
749 || dtmf == '#')) { in callSessionDtmfReceived()
753 mListener.callSessionDtmfReceived(Character.toUpperCase(dtmf)); in callSessionDtmfReceived()
H A DImsCallSession.java1567 public void callSessionDtmfReceived(char dtmf) { in callSessionDtmfReceived() argument
1569 mListener.callSessionDtmfReceived(dtmf); in callSessionDtmfReceived()
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
H A Dvolumes.pfw24 /Policy/policy/streams/dtmf/applicable_volume_profile/volume_profile = voice_call
27 /Policy/policy/streams/dtmf/applicable_volume_profile/volume_profile = dtmf
H A Dstrategy_for_usage.pfw8 /Policy/policy/usages/voice_communication_signalling/applicable_strategy/strategy = dtmf
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetSystemInterface.java207 public boolean sendDtmf(int dtmf, BluetoothDevice device) { in sendDtmf() argument
214 return bluetoothInCallService.sendDtmf(dtmf); in sendDtmf()
H A DHeadsetNativeInterface.java123 private void onSendDtmf(int dtmf, byte[] address) { in onSendDtmf() argument
125 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_SEND_DTMF, dtmf, in onSendDtmf()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl161 void callSessionDtmfReceived(char dtmf); in callSessionDtmfReceived() argument
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/
H A Dscreen_event.proto57 // The dialpad displayed in-call that is used to send dtmf tones.
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/
H A Ddevice_for_strategies.pfw116 component: dtmf/selected_output_devices/mask
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java382 public boolean sendDtmf(int dtmf) { in sendDtmf() argument
385 Log.i(TAG, "BT - sendDtmf " + dtmf); in sendDtmf()
392 call.playDtmfTone((char) dtmf); in sendDtmf()
/aosp12/hardware/interfaces/audio/effect/5.0/xml/api/
H A Dcurrent.txt86 enum_constant public static final audio.effects.V5_0.StreamOutputType dtmf;
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp197 void DtmfCmdCallback(char dtmf, RawAddress* bd_addr) override { in DtmfCmdCallback() argument
209 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf, in DtmfCmdCallback()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.h159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
/aosp12/hardware/interfaces/audio/effect/6.0/xml/api/
H A Dcurrent.txt162 enum_constant public static final audio.effects.V6_0.StreamOutputType dtmf;
/aosp12/hardware/interfaces/audio/effect/7.0/xml/api/
H A Dcurrent.txt162 enum_constant public static final audio.effects.V7_0.StreamOutputType dtmf;
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal963 * @param dtmf DTMF string
969 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp315 const ::android::hardware::hidl_string& dtmf,
1670 Return<void> RadioImpl::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() argument
1676 3, dtmf.c_str(), (std::to_string(on)).c_str(), in sendBurstDtmf()