Home | History | Annotate | Download | only in adb

Lines Matching refs:transport_list

52 static auto& transport_list = *new std::list<atransport*>();
375 // check if the transport is in transport_list first.
378 if (std::find(transport_list.begin(), transport_list.end(), t) != transport_list.end()) {
484 for (const auto& t : transport_list) {
588 transport_list.remove(t);
628 transport_list.push_front(t);
654 for (auto t : transport_list) {
737 for (const auto& t : transport_list) {
1017 auto sorted_transport_list = transport_list;
1034 for (auto& t : transport_list) {
1072 for (const auto& transport : transport_list) {
1075 << " is already in transport_list and fails to register";
1095 for (auto& t : transport_list) {
1107 for (auto& t : transport_list) {
1145 transport_list.remove_if([usb](atransport* t) {