/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/ |
H A D | device_for_product_strategy_dtmf.pfw | 5 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 D | ImsCallSessionListener.java | 744 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 D | ImsCallSession.java | 1567 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 D | volumes.pfw | 24 /Policy/policy/streams/dtmf/applicable_volume_profile/volume_profile = voice_call 27 /Policy/policy/streams/dtmf/applicable_volume_profile/volume_profile = dtmf
|
H A D | strategy_for_usage.pfw | 8 /Policy/policy/usages/voice_communication_signalling/applicable_strategy/strategy = dtmf
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetSystemInterface.java | 207 public boolean sendDtmf(int dtmf, BluetoothDevice device) { in sendDtmf() argument 214 return bluetoothInCallService.sendDtmf(dtmf); in sendDtmf()
|
H A 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()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsCallSessionListener.aidl | 161 void callSessionDtmfReceived(char dtmf); in callSessionDtmfReceived() argument
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/ |
H A D | screen_event.proto | 57 // The dialpad displayed in-call that is used to send dtmf tones.
|
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/ |
H A D | device_for_strategies.pfw | 116 component: dtmf/selected_output_devices/mask
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallService.java | 382 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 D | current.txt | 86 enum_constant public static final audio.effects.V5_0.StreamOutputType dtmf;
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hfp.cpp | 197 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 D | Radio.h | 159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
|
/aosp12/hardware/interfaces/audio/effect/6.0/xml/api/ |
H A D | current.txt | 162 enum_constant public static final audio.effects.V6_0.StreamOutputType dtmf;
|
/aosp12/hardware/interfaces/audio/effect/7.0/xml/api/ |
H A D | current.txt | 162 enum_constant public static final audio.effects.V7_0.StreamOutputType dtmf;
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | IRadio.hal | 963 * @param dtmf DTMF string 969 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 315 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()
|