Home
last modified time | relevance | path

Searched refs:onMasterMuteChanged (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleRemoteSubmix.h56 ndk::ScopedAStatus onMasterMuteChanged(bool mute) override;
DModuleUsb.h56 ndk::ScopedAStatus onMasterMuteChanged(bool mute) override;
DModuleBluetooth.h76 ndk::ScopedAStatus onMasterMuteChanged(bool mute) override;
DModule.h202 virtual ndk::ScopedAStatus onMasterMuteChanged(bool mute);
/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp128 ndk::ScopedAStatus ModuleUsb::onMasterMuteChanged(bool mute) { in onMasterMuteChanged() function in aidl::android::hardware::audio::core::ModuleUsb
/hardware/interfaces/audio/aidl/default/r_submix/
DModuleRemoteSubmix.cpp160 ndk::ScopedAStatus ModuleRemoteSubmix::onMasterMuteChanged(bool __unused) { in onMasterMuteChanged() function in aidl::android::hardware::audio::core::ModuleRemoteSubmix
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp253 ndk::ScopedAStatus ModuleBluetooth::onMasterMuteChanged(bool) { in onMasterMuteChanged() function in aidl::android::hardware::audio::core::ModuleBluetooth
/hardware/interfaces/audio/aidl/default/
DModule.cpp1293 : onMasterMuteChanged(in_mute); in setMasterMute()
1300 onMasterMuteChanged(mMasterMute); in setMasterMute()
1624 ndk::ScopedAStatus Module::onMasterMuteChanged(bool mute __unused) { in onMasterMuteChanged() function in aidl::android::hardware::audio::core::Module