Searched refs:getMasterMute (Results 1 – 8 of 8) sorted by relevance
61 Return<void> PrimaryDevice::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice62 return mDevice->getMasterMute(_hidl_cb); in getMasterMute()
116 Return<void> Device::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::Device
61 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
52 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
90 getMasterMute() generates (Result retval, bool mute);
88 getMasterMute() generates (Result retval, bool mute);
377 &IDevice::getMasterMute); in TEST_F()