/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/ |
D | RadioVoice.cpp | 191 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/ |
D | IRadioVoice.aidl | 361 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/ |
D | IRadioVoice.aidl | 61 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/ |
D | IRadioVoice.aidl | 60 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/ |
D | IRadioVoice.aidl | 60 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/ |
D | IRadioVoice.aidl | 61 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/ |
D | RadioVoice.h | 56 ::ndk::ScopedAStatus sendBurstDtmf(int32_t serial, const std::string& dtmf, int32_t on,
|
/hardware/interfaces/audio/effect/5.0/xml/api/ |
D | current.txt | 86 enum_constant public static final audio.effects.V5_0.StreamOutputType dtmf;
|
/hardware/interfaces/audio/effect/7.0/xml/api/ |
D | current.txt | 162 enum_constant public static final audio.effects.V7_0.StreamOutputType dtmf;
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
|
/hardware/interfaces/audio/effect/6.0/xml/api/ |
D | current.txt | 162 enum_constant public static final audio.effects.V6_0.StreamOutputType dtmf;
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 963 * @param dtmf DTMF string 969 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
|
/hardware/ril/libril/ |
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()
|