Home | History | Annotate | Download | only in adb

Lines Matching refs:pending_list

53 static auto& pending_list = *new std::list<atransport*>();
489 for (const auto& t : pending_list) {
627 pending_list.remove(t);
1063 for (const auto& transport : pending_list) {
1066 << " is already in pending_list and fails to register";
1081 pending_list.push_front(t);
1136 pending_list.push_front(t);