Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h257 sp<AudioProfile> dynamicFormatProfile = getProfileFor(gDynamicFormat); in setFormats() local
258 if (dynamicFormatProfile == 0) { in setFormats()
263 dynamicFormatProfile->getChannels(), in setFormats()
264 dynamicFormatProfile->getSampleRates()); in setFormats()
266 profile->setDynamicChannels(dynamicFormatProfile->isDynamicChannels()); in setFormats()
267 profile->setDynamicRate(dynamicFormatProfile->isDynamicRate()); in setFormats()