Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIEffectSend.c142 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable, in IEffectSend_EnableEffectSend()
146 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable, in IEffectSend_EnableEffectSend()
/frameworks/wilhelm/src/android/
Dandroid_Effect.h104 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
Dandroid_Effect.cpp466 android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach, in android_fxSend_attach() function
536 if (android::NO_ERROR == android_fxSend_attach( ap, (bool) attach, pFx, sendLevel) ) { in android_fxSend_attachToAux()
DAudioPlayer_to_android.cpp522 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel); in audioPlayer_auxEffectUpdate()