Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java135 private int mAddressedPlayerId; field in AvrcpControllerStateMachine
161 mAddressedPlayerId = AvrcpPlayer.DEFAULT_ID; in AvrcpControllerStateMachine()
165 apb.setPlayerId(mAddressedPlayerId); in AvrcpControllerStateMachine()
172 mAvailablePlayerList.put(mAddressedPlayerId, mAddressedPlayer); in AvrcpControllerStateMachine()
240 return mAddressedPlayerId; in getAddressedPlayerId()
264 ProfileService.println(sb, "Addressed Player ID: " + mAddressedPlayerId); in dump()
268 boolean isAddressed = (player.getId() == mAddressedPlayerId); in dump()
637 int oldAddressedPlayerId = mAddressedPlayerId; in processMessage()
638 mAddressedPlayerId = msg.arg1; in processMessage()
643 + mAddressedPlayerId); in processMessage()
[all …]