HomeSort by relevance Sort by last modified time
    Searched refs:android_fx_setParam (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
android_Effect.cpp 251 return android_fx_setParam(pFx, param, BASSBOOST_PARAM_SIZE_MAX,
354 return android_fx_setParam(pFx, param, VIRTUALIZER_PARAM_SIZE_MAX,
389 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET,
433 return android_fx_setParam(pFx, param, ENVREVERB_PARAM_SIZE_MAX_ALL,
436 return android_fx_setParam(pFx, param, ENVREVERB_PARAM_SIZE_MAX_SINGLE,
609 android::status_t android_fx_setParam(const android::sp<android::AudioEffect>& pFx,
931 return android_fx_setParam(pFx, param, AEC_PARAM_SIZE_MAX,
    [all...]
android_Effect.h 139 extern android::status_t android_fx_setParam(const android::sp<android::AudioEffect>& pFx,

Completed in 55 milliseconds