Home
last modified time | relevance | path

Searched refs:transport_list (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dtransport.cpp43 static auto& transport_list = *new std::list<atransport*>(); variable
302 if (std::find(transport_list.begin(), transport_list.end(), t) != transport_list.end()) { in kick_transport()
507 transport_list.remove(t); in transport_registration_func()
559 transport_list.push_front(t); in transport_registration_func()
668 for (const auto& t : transport_list) { in acquire_one_transport()
917 for (const auto& t : transport_list) { in list_transports()
927 for (const auto& t : transport_list) { in close_usb_devices()
958 for (const auto& transport : transport_list) { in register_socket_transport()
979 for (auto& t : transport_list) { in find_transport()
992 for (auto& t : transport_list) { in kick_all_tcp_devices()
[all …]