Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp52 static auto& transport_list = *new std::list<atransport*>(); variable
314 if (std::find(transport_list.begin(), transport_list.end(), t) != transport_list.end()) { in kick_transport()
417 for (const auto& t : transport_list) { in iterate_transports()
521 transport_list.remove(t); in transport_registration_func()
561 transport_list.push_front(t); in transport_registration_func()
587 for (auto t : transport_list) { in kick_all_transports()
670 for (const auto& t : transport_list) { in acquire_one_transport()
951 for (const auto& t : transport_list) { in list_transports()
959 for (auto& t : transport_list) { in close_usb_devices()
997 for (const auto& transport : transport_list) { in register_socket_transport()
[all …]