Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp68 dynamicProfile->setDynamicFormat(true); in createFullDynamicImpl()
333 profileToAdd->setDynamicFormat(true); // set the format as dynamic to allow removal in addProfileFromHal()
549 profile->setDynamicFormat(true); in setFormats()
585 profileToAdd->setDynamicFormat(true); // need to set to allow cleaning in setSampleRatesFor()
604 profileToAdd->setDynamicFormat(true); // need to set to allow cleaning in setChannelsFor()
DSerializer.cpp408 profile->setDynamicFormat(profile->getFormat() == gDynamicFormat); in deserialize()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h110 void setDynamicFormat(bool dynamic) { mIsDynamicFormat = dynamic; } in setDynamicFormat() function