/hardware/interfaces/audio/aidl/default/alsa/ |
D | Mixer.h | 42 ndk::ScopedAStatus getMasterMute(bool* muted);
|
D | Mixer.cpp | 111 ndk::ScopedAStatus Mixer::getMasterMute(bool* muted) { in getMasterMute() function in aidl::android::hardware::audio::core::alsa::Mixer
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | PrimaryDevice.cpp | 69 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()
|
D | Device.cpp | 131 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/ |
D | ModuleUsb.cpp | 124 usb::UsbAlsaMixerControl::getInstance().setDeviceConnectionState(profile->card, getMasterMute(), in onExternalDeviceConnectionChanged()
|
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | IModule.aidl | 639 boolean getMasterMute(); in getMasterMute() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/ |
D | IModule.aidl | 57 boolean getMasterMute(); in getMasterMute() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/ |
D | IModule.aidl | 57 boolean getMasterMute(); in getMasterMute() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/ |
D | IModule.aidl | 57 boolean getMasterMute(); in getMasterMute() method
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | Module.h | 108 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/ |
D | PrimaryDevice.h | 53 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
|
D | Device.h | 65 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
|
/hardware/interfaces/audio/2.0/ |
D | IDevice.hal | 90 getMasterMute() generates (Result retval, bool mute);
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 88 getMasterMute() generates (Result retval, bool mute);
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 88 getMasterMute() generates (Result retval, bool mute);
|
/hardware/interfaces/audio/6.0/ |
D | IDevice.hal | 88 getMasterMute() generates (Result retval, bool mute);
|
/hardware/interfaces/audio/7.0/ |
D | IDevice.hal | 88 getMasterMute() generates (Result retval, bool mute);
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 505 &IDevice::getMasterMute); in TEST_P()
|
/hardware/interfaces/audio/aidl/default/ |
D | Module.cpp | 1284 ndk::ScopedAStatus Module::getMasterMute(bool* _aidl_return) { in getMasterMute() function in aidl::android::hardware::audio::core::Module
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 2107 EXPECT_NO_FATAL_FAILURE(TestAccessors<bool>(module.get(), &IModule::getMasterMute, in TEST_P()
|