Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp446 TEST_P(RadioHidlTest, startDtmf) { in TEST_P() argument
450 radio->startDtmf(serial, "1"); in TEST_P()
/hardware/interfaces/radio/1.2/default/
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
649 * If a startDtmf() is received while a tone is currently playing,
657 oneway startDtmf(int32_t serial, string s);
/hardware/ril/libril/
Dril_service.cpp250 Return<void> startDtmf(int32_t serial,
1410 Return<void> RadioImpl::startDtmf(int32_t serial, const hidl_string& s) { in startDtmf() function in RadioImpl