Searched refs:mapStateMachine (Results 1 – 1 of 1) sorted by relevance
128 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in connect() local129 if (mapStateMachine == null) { in connect()164 mapStateMachine.doQuit(); in connect()174 MceStateMachine mapStateMachine; in addDeviceToMapAndConnect() local175 if (mSmLooper != null) mapStateMachine = new MceStateMachine(this, device, mSmLooper); in addDeviceToMapAndConnect()176 else mapStateMachine = new MceStateMachine(this, device); in addDeviceToMapAndConnect()177 mMapInstanceMap.put(device, mapStateMachine); in addDeviceToMapAndConnect()185 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in disconnect() local187 if (mapStateMachine == null) { in disconnect()190 int connectionState = mapStateMachine.getState(); in disconnect()[all …]