Searched defs:stopDtmf (Results 1 – 8 of 8) sorted by relevance
468 TEST_P(RadioHidlTest, stopDtmf) { in TEST_P() argument
74 oneway void stopDtmf(in int serial); in stopDtmf() method
469 void stopDtmf(in int serial); in stopDtmf() method
279 ScopedAStatus RadioVoice::stopDtmf(int32_t serial) { in stopDtmf() function in android::hardware::radio::compat::RadioVoice
829 TEST_P(RadioVoiceTest, stopDtmf) { in TEST_P() argument
367 Return<void> Radio::stopDtmf(int32_t /* serial */) { in stopDtmf() function in android::hardware::radio::V1_2::implementation::Radio
1419 Return<void> RadioImpl::stopDtmf(int32_t serial) { in stopDtmf() function in RadioImpl