Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java134 private SparseArray<AvrcpPlayer> mAvailablePlayerList; field in AvrcpControllerStateMachine
155 mAvailablePlayerList = new SparseArray<AvrcpPlayer>(); in AvrcpControllerStateMachine()
167 mAvailablePlayerList.put(mAddressedPlayerId, mAddressedPlayer); in AvrcpControllerStateMachine()
244 return mAvailablePlayerList; in getAvailablePlayers()
263 for (int i = 0; i < mAvailablePlayerList.size(); i++) { in dump()
264 AvrcpPlayer player = mAvailablePlayerList.valueAt(i); in dump()
600 if (!mAvailablePlayerList.contains(mAddressedPlayerId)) { in processMessage()
873 for (int i = 0; i < mAvailablePlayerList.size(); i++) { in processMessage()
874 AvrcpPlayer player = mAvailablePlayerList.valueAt(i); in processMessage()
881 mAvailablePlayerList.clear(); in processMessage()
[all …]