Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp531 if (profile->getFormat() == format && profile->isDynamicRate()) { in hasDynamicRateFor()
551 profile->setDynamicRate(dynamicFormatProfile->isDynamicRate()); in setFormats()
580 if (profile->getFormat() == format && profile->isDynamicRate()) { in setSampleRatesFor()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h108 bool isDynamicRate() const { return mIsDynamicRate; } in isDynamicRate() function