Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:setMasterMute

1014 status_t AudioFlinger::setMasterMute(bool muted)
1036 dev->hwDevice()->setMasterMute(muted);
1047 volumeInterfaces[i]->setMasterMute(muted);
1850 if (OK == dev->setMasterMute(mMasterMute)) {