Searched refs:transport_list (Results 1 – 1 of 1) sorted by relevance
61 static auto& transport_list = *new std::list<atransport*>(); variable458 if (std::find(transport_list.begin(), transport_list.end(), t) != transport_list.end()) { in kick_transport()572 for (const auto& t : transport_list) { in iterate_transports()669 transport_list.remove(t); in transport_registration_func()716 transport_list.push_front(t); in transport_registration_func()751 for (auto t : transport_list) { in kick_all_transports()851 for (const auto& t : transport_list) { in acquire_one_transport()1199 auto sorted_transport_list = transport_list; in list_transports()1216 for (auto& t : transport_list) { in close_usb_devices()1255 for (const auto& transport : transport_list) { in register_socket_transport()[all …]