Home
last modified time | relevance | path

Searched refs:mActivePlayerId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DMediaPlayerList.java103 private int mActivePlayerId = NO_ACTIVE_PLAYER; field in MediaPlayerList
203 if (mActivePlayerId == 0 && mMediaPlayers.size() > 0) setActivePlayer(1); in init()
210 mActivePlayerId = NO_ACTIVE_PLAYER; in cleanup()
248 return mMediaPlayers.get(mActivePlayerId); in getActivePlayer()
462 if (playerId == mActivePlayerId) { in addMediaPlayer()
519 if (playerId == mActivePlayerId && playerId != NO_ACTIVE_PLAYER) { in removeMediaPlayer()
521 mActivePlayerId = NO_ACTIVE_PLAYER; in removeMediaPlayer()
549 if (playerId == mActivePlayerId) { in setActivePlayer()
554 if (mActivePlayerId != NO_ACTIVE_PLAYER) getActivePlayer().unregisterCallback(); in setActivePlayer()
556 mActivePlayerId = playerId; in setActivePlayer()
[all …]