Home | History | Annotate | Download | only in bootanimation

Lines Matching refs:mAudioPlayer

103     if (mAudioPlayer != NULL) {
104 mAudioPlayer->requestExit();
401 if (mAudioPlayer != NULL) {
402 mAudioPlayer->requestExit();
464 mAudioPlayer = new AudioPlayer;
465 if (!mAudioPlayer->init(audioConf.string())) {
466 ALOGE("mAudioPlayer.init failed");
467 mAudioPlayer = NULL;
595 if (r == 0 && mAudioPlayer != NULL && part.audioFile) {
596 mAudioPlayer->playFile(part.audioFile);