Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp106 sp<AudioProfile> dynamicFormatProfile = getAudioProfileForFormat( in addProfilesForFormats() local
108 if (!dynamicFormatProfile) { in addProfilesForFormats()
113 dynamicFormatProfile->getChannels(), in addProfilesForFormats()
114 dynamicFormatProfile->getSampleRates()); in addProfilesForFormats()
116 profile->setDynamicChannels(dynamicFormatProfile->isDynamicChannels()); in addProfilesForFormats()
117 profile->setDynamicRate(dynamicFormatProfile->isDynamicRate()); in addProfilesForFormats()