Searched defs:setDynamicFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h117 void setDynamicFormat(bool dynamic) { mIsDynamicFormat = dynamic; } function in class:android::AudioProfile
181 profileToAdd->setDynamicFormat(true); // set the format as dynamic to allow removal
265 profile->setDynamicFormat(true);
308 profileToAdd->setDynamicFormat(true); // need to set to allow cleaning
327 profileToAdd->setDynamicFormat(true); // need to set to allow cleaning

Completed in 192 milliseconds