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

  /frameworks/wilhelm/src/itf/
IEffectSend.c 142 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable,
146 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable,
  /frameworks/wilhelm/src/android/
android_Effect.h 104 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
android_Effect.cpp 455 android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
524 if (android::NO_ERROR == android_fxSend_attach( ap, (bool) attach, pFx, sendLevel) ) {
AudioPlayer_to_android.cpp 544 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel);
    [all...]

Completed in 41 milliseconds