Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp62 static auto& pending_list = *new std::list<atransport*>(); variable
577 for (const auto& t : pending_list) { in iterate_transports()
713 auto it = std::find(pending_list.begin(), pending_list.end(), t); in transport_registration_func()
714 if (it != pending_list.end()) { in transport_registration_func()
715 pending_list.remove(t); in transport_registration_func()
1245 for (const auto& transport : pending_list) { in register_socket_transport()
1266 pending_list.push_front(t); in register_socket_transport()
1340 pending_list.push_front(t); in register_usb_transport()