Home
last modified time | relevance | path

Searched refs:sendBurstDtmf (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() function in android::hardware::radio::compat::RadioVoice
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() method
/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() method
/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() method
/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() method
/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() method
/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/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp527 TEST_P(RadioHidlTest, sendBurstDtmf) { in TEST_P() argument
531 radio->sendBurstDtmf(serial, "1", 0, 0); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp1070 TEST_P(RadioVoiceTest, sendBurstDtmf) { in TEST_P() argument
1080 radio_voice->sendBurstDtmf(serial, "1", 0, 0); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
DRadio.cpp516 Return<void> Radio::sendBurstDtmf(int32_t /* serial */, const hidl_string& /* dtmf*/, in sendBurstDtmf() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal969 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
/hardware/ril/libril/
Dril_service.cpp314 Return<void> sendBurstDtmf(int32_t serial,
1670 Return<void> RadioImpl::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() function in RadioImpl