Searched refs:active_connections (Results 1 – 2 of 2) sorted by relevance
154 active_connections = defaultdict(int) variable in AdbConnection200 AdbConnection.active_connections[self.device] += 1235 AdbConnection.active_connections[self.device] -= 1236 if AdbConnection.active_connections[self.device] <= 0:238 del AdbConnection.active_connections[self.device]
310 std::vector<Connection*> active_connections; in ComputeState() local313 active_connections.push_back(connection); in ComputeState()316 if (active_connections.empty()) { in ComputeState()321 for (Connection* connection : active_connections) { in ComputeState()