Home | History | Annotate | Download | only in android

Lines Matching refs:mAPlayer

449  *      ap->mAPlayer != 0
452 * ap->mAPlayer == 0
463 // mAPlayer != 0 && mAudioTrack == 0 means playing decoded audio
464 // mAPlayer == 0 && mAudioTrack != 0 means playing PCM audio
465 // mAPlayer == 0 && mAudioTrack == 0 means player not fully configured yet
467 if (ap->mAPlayer != 0) {
470 ap->mAPlayer->attachAuxEffect(pFx->id());
471 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
473 ap->mAPlayer->attachAuxEffect(0);
537 * ap->mAPlayer != 0
540 * ap->mAPlayer == 0
547 if (ap->mAPlayer != 0) {
549 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );