Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp44 static auto& pending_list = *new std::list<atransport*>(); variable
558 pending_list.remove(t); in transport_registration_func()
950 for (const auto& transport : pending_list) { in register_socket_transport()
966 pending_list.push_front(t); in register_socket_transport()
1023 pending_list.push_front(t); in register_usb_transport()