Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp61 Return<void> PrimaryDevice::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
62 return mDevice->getMasterMute(_hidl_cb); in getMasterMute()
DDevice.cpp116 Return<void> Device::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevice.h61 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
DPrimaryDevice.h52 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
/hardware/interfaces/audio/2.0/
DIDevice.hal90 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/4.0/
DIDevice.hal88 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/5.0/
DIDevice.hal88 getMasterMute() generates (Result retval, bool mute);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h377 &IDevice::getMasterMute); in TEST_F()