Searched refs:startDtmf (Results 1 – 5 of 5) sorted by relevance
405 TEST_F(RadioHidlTest, startDtmf) { in TEST_F() argument408 radio->startDtmf(serial, "1"); in TEST_F()
362 Return<void> Radio::startDtmf(int32_t /* serial */, const hidl_string& /* s */) { in startDtmf() function in android::hardware::radio::V1_2::implementation::Radio
122 Return<void> startDtmf(int32_t serial, const hidl_string& s) override;
318 * startDtmf(), that tone must be cancelled and the new tone643 * If a startDtmf() is received while a tone is currently playing,651 oneway startDtmf(int32_t serial, string s);
263 Return<void> startDtmf(int32_t serial,1444 Return<void> RadioImpl::startDtmf(int32_t serial, const hidl_string& s) { in startDtmf() function in RadioImpl