Searched refs:startDtmf (Results 1 – 4 of 4) sorted by relevance
446 TEST_P(RadioHidlTest, startDtmf) { in TEST_P() argument450 radio->startDtmf(serial, "1"); in TEST_P()
122 Return<void> startDtmf(int32_t serial, const hidl_string& s) override;
318 * startDtmf(), that tone must be cancelled and the new tone649 * If a startDtmf() is received while a tone is currently playing,657 oneway startDtmf(int32_t serial, string s);
250 Return<void> startDtmf(int32_t serial,1410 Return<void> RadioImpl::startDtmf(int32_t serial, const hidl_string& s) { in startDtmf() function in RadioImpl