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

/frameworks/wilhelm/src/itf/
H A DIEffectSend.c142 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable,
146 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable,
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.h104 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
H A Dandroid_Effect.cpp455 android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach, function
524 if (android::NO_ERROR == android_fxSend_attach( ap, (bool) attach, pFx, sendLevel) ) {
H A DAudioPlayer_to_android.cpp544 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel);

Completed in 294 milliseconds