Searched refs:mMapInstanceMap (Results 1 – 1 of 1) sorted by relevance
89 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 …]