Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java133 private int mAddressedPlayerId; field in AvrcpControllerStateMachine
156 mAddressedPlayerId = AvrcpPlayer.DEFAULT_ID; in AvrcpControllerStateMachine()
160 apb.setPlayerId(mAddressedPlayerId); in AvrcpControllerStateMachine()
167 mAvailablePlayerList.put(mAddressedPlayerId, mAddressedPlayer); in AvrcpControllerStateMachine()
239 return mAddressedPlayerId; in getAddressedPlayerId()
265 boolean isAddressed = (player.getId() == mAddressedPlayerId); in dump()
582 int oldAddressedPlayerId = mAddressedPlayerId; in processMessage()
583 mAddressedPlayerId = msg.arg1; in processMessage()
585 + mAddressedPlayerId); in processMessage()
600 if (!mAvailablePlayerList.contains(mAddressedPlayerId)) { in processMessage()
[all …]