Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h224 void toSupportedMixerAttributes(std::vector<audio_mixer_attributes_t>* mixerAttributes) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp160 void IOProfile::toSupportedMixerAttributes( in toSupportedMixerAttributes() function in android::IOProfile
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4766 curProfile->toSupportedMixerAttributes(&mixerAttrs); in getSupportedMixerAttributes()