Home
last modified time | relevance | path

Searched refs:setSwMute (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h397 void setSwMute(bool muted, VolumeSource vs, const StreamTypeVector &streams,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp496 void SwAudioOutputDescriptor::setSwMute( in setSwMute() function in android::SwAudioOutputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3532 desc->setSwMute((index == 0), vs, curves.getStreamTypes(), curDevices, 0 /*delayMs*/); in setVolumeIndexForAttributes()