Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java139 private final Map<BluetoothDevice, List<Pair<Integer, Object>>> mPendingGroupOp = field in BassClientService
671 if (mPendingGroupOp != null) { in stop()
672 mPendingGroupOp.clear(); in stop()
699 mPendingGroupOp.clear(); in stop()
757 if (!mPendingGroupOp.containsKey(sink)) { in enqueueSourceGroupOp()
758 mPendingGroupOp.put(sink, new ArrayList()); in enqueueSourceGroupOp()
760 mPendingGroupOp.get(sink).add(new Pair<Integer, Object>(msgId, obj)); in enqueueSourceGroupOp()
780 List<Pair<Integer, Object>> operations = mPendingGroupOp.get(device); in isAnyPendingAddSourceOperation()
807 List<Pair<Integer, Object>> operations = mPendingGroupOp.get(sink); in checkForPendingGroupOpRequest()
1221 mPendingGroupOp.remove(device); in removeStateMachine()
[all …]