Searched refs:getMute (Results 1 – 13 of 13) sorted by relevance
131 ScopedAStatus RadioVoice::getMute(int32_t serial) { in getMute() function in android::hardware::radio::compat::RadioVoice133 mHal1_5->getMute(serial); in getMute()
243 void getMute(in int serial); in getMute() method
51 oneway void getMute(in int serial); in getMute() method
50 oneway void getMute(in int serial); in getMute() method
46 ::ndk::ScopedAStatus getMute(int32_t serial) override;
509 TEST_P(RadioHidlTest, getMute) { in TEST_P() argument513 radio->getMute(serial); in TEST_P()
1047 TEST_P(RadioVoiceTest, getMute) { in TEST_P() argument1057 radio_voice->getMute(serial); in TEST_P()
127 Return<void> getMute(int32_t serial) override;
387 Return<void> Radio::getMute(int32_t /* serial */) { in getMute() function in android::hardware::radio::V1_2::implementation::Radio
714 oneway getMute(int32_t serial);
261 Return<void> getMute(int32_t serial);1451 Return<void> RadioImpl::getMute(int32_t serial) { in getMute() function in RadioImpl