Home
last modified time | relevance | path

Searched refs:startDtmf (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp405 TEST_F(RadioHidlTest, startDtmf) { in TEST_F() argument
408 radio->startDtmf(serial, "1"); in TEST_F()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp362 Return<void> Radio::startDtmf(int32_t /* serial */, const hidl_string& /* s */) { in startDtmf() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h122 Return<void> startDtmf(int32_t serial, const hidl_string& s) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal318 * startDtmf(), that tone must be cancelled and the new tone
643 * If a startDtmf() is received while a tone is currently playing,
651 oneway startDtmf(int32_t serial, string s);
/hardware/ril/libril/
Dril_service.cpp263 Return<void> startDtmf(int32_t serial,
1444 Return<void> RadioImpl::startDtmf(int32_t serial, const hidl_string& s) { in startDtmf() function in RadioImpl