Searched refs:setDynamicFormat (Results 1 – 3 of 3) sorted by relevance
68 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()
408 profile->setDynamicFormat(profile->getFormat() == gDynamicFormat); in deserialize()
110 void setDynamicFormat(bool dynamic) { mIsDynamicFormat = dynamic; } in setDynamicFormat() function