Searched defs:setMute (Results 1 – 8 of 8) sorted by relevance
489 TEST_P(RadioHidlTest, setMute) { in TEST_P() argument
68 oneway void setMute(in int serial, in boolean enable); in setMute() method
408 void setMute(in int serial, in boolean enable); in setMute() method
240 ScopedAStatus RadioVoice::setMute(int32_t serial, bool enable) { in setMute() function in android::hardware::radio::compat::RadioVoice
850 TEST_P(RadioVoiceTest, setMute) { in TEST_P() argument
382 Return<void> Radio::setMute(int32_t /* serial */, bool /* enable */) { in setMute() function in android::hardware::radio::V1_2::implementation::Radio
1443 Return<void> RadioImpl::setMute(int32_t serial, bool enable) { in setMute() function in RadioImpl