Home
last modified time | relevance | path

Searched refs:getMute (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioVoice.cpp131 ScopedAStatus RadioVoice::getMute(int32_t serial) { in getMute() function in android::hardware::radio::compat::RadioVoice
133 mHal1_5->getMute(serial); in getMute()
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoice.aidl243 void getMute(in int serial); in getMute() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoice.aidl51 oneway void getMute(in int serial); in getMute() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoice.aidl50 oneway void getMute(in int serial); in getMute() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DIRadioVoice.aidl51 oneway void getMute(in int serial); in getMute() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoice.aidl50 oneway void getMute(in int serial); in getMute() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioVoice.h46 ::ndk::ScopedAStatus getMute(int32_t serial) override;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp509 TEST_P(RadioHidlTest, getMute) { in TEST_P() argument
513 radio->getMute(serial); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_test.cpp1047 TEST_P(RadioVoiceTest, getMute) { in TEST_P() argument
1057 radio_voice->getMute(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h127 Return<void> getMute(int32_t serial) override;
DRadio.cpp387 Return<void> Radio::getMute(int32_t /* serial */) { in getMute() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal714 oneway getMute(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp261 Return<void> getMute(int32_t serial);
1451 Return<void> RadioImpl::getMute(int32_t serial) { in getMute() function in RadioImpl