Searched refs:BassSetStrength (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1065 // BassSetStrength()
1076 void BassSetStrength(EffectContext *pContext, uint32_t strength){ function in namespace:android::__anon225
1088 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "BassSetStrength")
1100 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "BassSetStrength")
1102 } /* end BassSetStrength */
2019 //ALOGV("\tBassBoost_setParameter() Calling pBassBoost->BassSetStrength");
2020 BassSetStrength(pContext, (int32_t)strength);
2021 //ALOGV("\tBassBoost_setParameter() Called pBassBoost->BassSetStrength");
2981 android::BassSetStrength(pContext, 0);

Completed in 29 milliseconds