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.h 124 extern android::status_t android_fx_setParam(android::sp<android::AudioEffect> pFx,
android_Effect.cpp 240 return android_fx_setParam(pFx, param, BASSBOOST_PARAM_SIZE_MAX,
343 return android_fx_setParam(pFx, param, VIRTUALIZER_PARAM_SIZE_MAX,
377 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET,
420 return android_fx_setParam(pFx, param, ENVREVERB_PARAM_SIZE_MAX_ALL,
423 return android_fx_setParam(pFx, param, ENVREVERB_PARAM_SIZE_MAX_SINGLE,
561 android::status_t android_fx_setParam(android::sp<android::AudioEffect> pFx,

Completed in 25 milliseconds