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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1225 // BassSetStrength()
1236 void BassSetStrength(EffectContext *pContext, uint32_t strength){ function in namespace:android::__anon337
1248 LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "BassSetStrength")
1260 LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "BassSetStrength")
1264 } /* end BassSetStrength */
2095 //ALOGV("\tBassBoost_setParameter() Calling pBassBoost->BassSetStrength");
2096 BassSetStrength(pContext, (int32_t)strength);
2097 //ALOGV("\tBassBoost_setParameter() Called pBassBoost->BassSetStrength");
3103 android::BassSetStrength(pContext, 0);

Completed in 99 milliseconds