Home
last modified time | relevance | path

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

/aosp12/hardware/ril/libril/
H A Dril_event.cpp73 static struct ril_event pending_list; variable
175 addToList(tev, &pending_list); in processTimeouts()
190 addToList(rev, &pending_list); in processReadReadies()
205 struct ril_event * ev = pending_list.next; in firePending()
206 while (ev != &pending_list) { in firePending()
247 init_list(&pending_list); in ril_event_init()
/aosp12/packages/modules/adb/
H A Dtransport.cpp68 static auto& pending_list = *new std::list<atransport*>(); variable
694 for (const auto& t : pending_list) { in iterate_transports()
827 auto it = std::find(pending_list.begin(), pending_list.end(), t); in transport_registration_func()
828 if (it != pending_list.end()) { in transport_registration_func()
829 pending_list.remove(t); in transport_registration_func()
1393 for (const auto& transport : pending_list) { in register_socket_transport()
1414 pending_list.push_front(t); in register_socket_transport()
1487 pending_list.push_front(t); in register_usb_transport()
1509 pending_list.push_front(t); in register_usb_transport()