Home
last modified time | relevance | path

Searched refs:android_bb_getParam (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
DIBassBoost.cpp134 android_bb_getParam(thiz->mBassBoostEffect, BASSBOOST_PARAM_STRENGTH, &strength); in IBassBoost_GetRoundedStrength()
164 android_bb_getParam(thiz->mBassBoostEffect, BASSBOOST_PARAM_STRENGTH_SUPPORTED, in IBassBoost_IsStrengthSupported()
/frameworks/wilhelm/src/android/
Dandroid_Effect.h36 extern android::status_t android_bb_getParam(const android::sp<android::AudioEffect>& pFx,
Dandroid_Effect.cpp256 android::status_t android_bb_getParam(const android::sp<android::AudioEffect>& pFx, in android_bb_getParam() function
276 if (android::NO_ERROR == android_bb_getParam(ibb->mBassBoostEffect, in android_bb_init()