Lines Matching refs:mPlayer
44 mPlayer(player) in StreamSourceAppProxy()
187 const sp<StreamPlayer> player(mPlayer.promote()); in pullFromBuffQueue()
266 const sp<StreamPlayer> player(mPlayer.promote()); in pullFromBuffQueue()
346 if (mPlayer != 0) { in onStopForDestroy()
347 mPlayer->stop(); in onStopForDestroy()
350 mPlayer->setVideoSurfaceTexture(NULL); in onStopForDestroy()
351 mPlayer->disconnect(); in onStopForDestroy()
352 mPlayer.clear(); in onStopForDestroy()
389 mPlayer = mediaPlayerService->create(mPlayerClient /*IMediaPlayerClient*/, in onPrepare()
391 if (mPlayer == NULL) { in onPrepare()
393 } else if (mPlayer->setDataSource(static_cast<sp<IStreamSource>>(mAppProxy)) != in onPrepare()
396 mPlayer.clear(); in onPrepare()
399 if (mPlayer == NULL) { in onPrepare()