Home
last modified time | relevance | path

Searched refs:getMasterMute (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/audio/aidl/default/alsa/
DMixer.h42 ndk::ScopedAStatus getMasterMute(bool* muted);
DMixer.cpp111 ndk::ScopedAStatus Mixer::getMasterMute(bool* muted) { in getMasterMute() function in aidl::android::hardware::audio::core::alsa::Mixer
/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp69 Return<void> PrimaryDevice::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
70 return mDevice->getMasterMute(_hidl_cb); in getMasterMute()
DDevice.cpp131 Return<void> Device::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp124 usb::UsbAlsaMixerControl::getInstance().setDeviceConnectionState(profile->card, getMasterMute(), in onExternalDeviceConnectionChanged()
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl639 boolean getMasterMute(); in getMasterMute() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl57 boolean getMasterMute(); in getMasterMute() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl57 boolean getMasterMute(); in getMasterMute() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl57 boolean getMasterMute(); in getMasterMute() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h108 ndk::ScopedAStatus getMasterMute(bool* _aidl_return) override;
241 bool getMasterMute() const { return mMasterMute; } in getMasterMute() function
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DPrimaryDevice.h53 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
DDevice.h65 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
/hardware/interfaces/audio/2.0/
DIDevice.hal90 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/5.0/
DIDevice.hal88 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/4.0/
DIDevice.hal88 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/6.0/
DIDevice.hal88 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/7.0/
DIDevice.hal88 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h505 &IDevice::getMasterMute); in TEST_P()
/hardware/interfaces/audio/aidl/default/
DModule.cpp1284 ndk::ScopedAStatus Module::getMasterMute(bool* _aidl_return) { in getMasterMute() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2107 EXPECT_NO_FATAL_FAILURE(TestAccessors<bool>(module.get(), &IModule::getMasterMute, in TEST_P()