Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h111 void setDynamicChannels(bool dynamic) { mIsDynamicChannels = dynamic; } in setDynamicChannels() function
266 profile->setDynamicChannels(dynamicFormatProfile->isDynamicChannels()); in setFormats()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp207 profile->setDynamicChannels(profile->getChannels().isEmpty()); in deserialize()
246 dynamicProfile->setDynamicChannels(true); in deserialize()
324 dynamicProfile->setDynamicChannels(true); in deserialize()
DConfigParsingUtils.cpp194 profileToAdd->setDynamicChannels(channels.isEmpty()); in loadHwModuleProfile()
203 profileToAdd->setDynamicChannels(channels.isEmpty()); in loadHwModuleProfile()