Home
last modified time | relevance | path

Searched refs:stopDtmf (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp468 TEST_P(RadioHidlTest, stopDtmf) { in TEST_P() argument
472 radio->stopDtmf(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h123 Return<void> stopDtmf(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal648 * stopDtmf is received.
666 oneway stopDtmf(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp253 Return<void> stopDtmf(int32_t serial);
1419 Return<void> RadioImpl::stopDtmf(int32_t serial) { in stopDtmf() function in RadioImpl