Searched refs:isDynamicChannels (Results 1 – 2 of 2) sorted by relevance
510 if (profile->getFormat() == format && profile->isDynamicChannels()) { in hasDynamicChannelsFor()550 profile->setDynamicChannels(dynamicFormatProfile->isDynamicChannels()); in setFormats()599 if (profile->getFormat() == format && profile->isDynamicChannels()) { in setChannelsFor()
105 bool isDynamicChannels() const { return mIsDynamicChannels; } in isDynamicChannels() function