Searched refs:pending_connections (Results 1 – 1 of 1) sorted by relevance
64 std::vector<unique_fd> pending_connections; in adbconnection_listen() local100 pending_connections.emplace_back(std::move(client)); in adbconnection_listen()103 auto it = std::find_if(pending_connections.begin(), pending_connections.end(), in adbconnection_listen()106 if (it == pending_connections.end()) { in adbconnection_listen()124 pending_connections.erase(it); in adbconnection_listen()