Home
last modified time | relevance | path

Searched refs:isDynamicChannels (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp510 if (profile->getFormat() == format && profile->isDynamicChannels()) { in hasDynamicChannelsFor()
550 profile->setDynamicChannels(dynamicFormatProfile->isDynamicChannels()); in setFormats()
599 if (profile->getFormat() == format && profile->isDynamicChannels()) { in setChannelsFor()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h105 bool isDynamicChannels() const { return mIsDynamicChannels; } in isDynamicChannels() function