Searched refs:mActivePlayerId (Results 1 – 1 of 1) sorted by relevance
89 private int mActivePlayerId = NO_ACTIVE_PLAYER; field in MediaPlayerList182 if (mActivePlayerId == 0 && mMediaPlayers.size() > 0) setActivePlayer(1); in init()222 return mMediaPlayers.get(mActivePlayerId); in getActivePlayer()433 if (playerId == mActivePlayerId) { in addMediaPlayer()459 if (playerId == mActivePlayerId && playerId != NO_ACTIVE_PLAYER) { in removeMediaPlayer()461 mActivePlayerId = NO_ACTIVE_PLAYER; in removeMediaPlayer()477 if (playerId == mActivePlayerId) { in setActivePlayer()482 if (mActivePlayerId != NO_ACTIVE_PLAYER) getActivePlayer().unregisterCallback(); in setActivePlayer()484 mActivePlayerId = playerId; in setActivePlayer()662 if (id == mActivePlayerId) { in dump()