Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Dprimary_device.cpp80 Return<void> Device::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::Device
387 Return<void> PrimaryDevice::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
388 return mDevice->getMasterMute(_hidl_cb); in getMasterMute()
Dprimary_device.h52 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
145 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
/device/google/atv/audio_proxy/service/
DDeviceImpl.h74 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
DDeviceImpl.cpp232 Return<void> DeviceImpl::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in audio_proxy::service::DeviceImpl