Searched refs:android_fxSend_attach (Results 1 – 4 of 4) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IEffectSend.c | 142 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/ |
D | android_Effect.h | 104 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
|
D | android_Effect.cpp | 466 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()
|
D | AudioPlayer_to_android.cpp | 525 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel); in audioPlayer_auxEffectUpdate()
|