Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h117 void setDynamicFormat(bool dynamic) { mIsDynamicFormat = dynamic; } in setDynamicFormat() function
181 profileToAdd->setDynamicFormat(true); // set the format as dynamic to allow removal in addProfileFromHal()
265 profile->setDynamicFormat(true); in setFormats()
308 profileToAdd->setDynamicFormat(true); // need to set to allow cleaning in setSampleRatesFor()
327 profileToAdd->setDynamicFormat(true); // need to set to allow cleaning in setChannelsFor()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp193 profileToAdd->setDynamicFormat(true); in loadHwModuleProfile()
202 profileToAdd->setDynamicFormat(formats[i] == gDynamicFormat); in loadHwModuleProfile()
DSerializer.cpp205 profile->setDynamicFormat(profile->getFormat() == gDynamicFormat); in deserialize()
244 dynamicProfile->setDynamicFormat(true); in deserialize()
322 dynamicProfile->setDynamicFormat(true); in deserialize()