Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp191 ScopedAStatus RadioVoice::sendBurstDtmf(int32_t serial, const std::string& dtmf, int32_t on, in sendBurstDtmf() argument
194 mHal1_5->sendBurstDtmf(serial, dtmf, on, off); in sendBurstDtmf()
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl361 void sendBurstDtmf(in int serial, in String dtmf, in int on, in int off); in sendBurstDtmf() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl61 oneway void sendBurstDtmf(in int serial, in String dtmf, in int on, in int off); in sendBurstDtmf() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl60 oneway void sendBurstDtmf(in int serial, in String dtmf, in int on, in int off); in sendBurstDtmf() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl60 oneway void sendBurstDtmf(in int serial, in String dtmf, in int on, in int off); in sendBurstDtmf() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl61 oneway void sendBurstDtmf(in int serial, in String dtmf, in int on, in int off); in sendBurstDtmf() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioVoice.h56 ::ndk::ScopedAStatus sendBurstDtmf(int32_t serial, const std::string& dtmf, int32_t on,
/hardware/interfaces/audio/effect/5.0/xml/api/
Dcurrent.txt86 enum_constant public static final audio.effects.V5_0.StreamOutputType dtmf;
/hardware/interfaces/audio/effect/7.0/xml/api/
Dcurrent.txt162 enum_constant public static final audio.effects.V7_0.StreamOutputType dtmf;
/hardware/interfaces/radio/1.2/default/
DRadio.h159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
/hardware/interfaces/audio/effect/6.0/xml/api/
Dcurrent.txt162 enum_constant public static final audio.effects.V6_0.StreamOutputType dtmf;
/hardware/interfaces/radio/1.0/
DIRadio.hal963 * @param dtmf DTMF string
969 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
/hardware/ril/libril/
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()