Searched refs:sendBurstDtmf (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_voice.cpp | 527 TEST_P(RadioHidlTest, sendBurstDtmf) { in TEST_P() argument 531 radio->sendBurstDtmf(serial, "1", 0, 0); in TEST_P()
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
|
D | Radio.cpp | 516 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/ |
D | IRadio.hal | 963 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 328 Return<void> sendBurstDtmf(int32_t serial, 1705 Return<void> RadioImpl::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() function in RadioImpl
|