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

  /frameworks/wilhelm/src/
classes.h 111 android::sp<android::AudioEffect> mAuxEffect;
  /frameworks/wilhelm/src/android/
android_Effect.cpp 527 ap->mAuxEffect = pFx;
529 ap->mAuxEffect.clear();
    [all...]
AudioPlayer_to_android.cpp 624 if ((ap->mTrackPlayer->mAudioTrack != 0) && (ap->mAuxEffect != 0)) {
625 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel);
    [all...]
  /frameworks/wilhelm/src/itf/
IEngine.cpp 240 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>();
    [all...]

Completed in 77 milliseconds