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

  /frameworks/wilhelm/src/
classes.h 105 android::sp<android::AudioEffect> mAuxEffect;
  /frameworks/wilhelm/src/android/
android_Effect.cpp 482 ap->mAuxEffect = pFx;
484 ap->mAuxEffect.clear();
AudioPlayer_to_android.cpp 543 if ((ap->mAudioTrack != 0) && (ap->mAuxEffect != 0)) {
544 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel);
    [all...]
  /frameworks/wilhelm/src/itf/
IEngine.c 238 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>();
    [all...]

Completed in 41 milliseconds