Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java89 return mMapInstanceMap; in getInstanceMap()
116 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in connect()
119 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()
150 mMapInstanceMap.remove(device); in connect()
165 mMapInstanceMap.put(device, mapStateMachine); in addDeviceToMapAndConnect()
178 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in disconnect()
203 return mMapInstanceMap.get(device); in getMceStateMachineForDevice()
225 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in getConnectionState()
371 synchronized (mMapInstanceMap) { in cleanupDevice()
374 mMapInstanceMap.remove(device); in cleanupDevice()
[all …]