Home | History | Annotate | Download | only in client

Lines Matching refs:handle_list

78 static std::vector<usb_handle*> handle_list;
83 /// Checks if there is opened usb handle in handle_list for this device.
86 /// Checks if there is opened usb handle in handle_list for this device.
90 /// Registers opened usb handle (adds it to handle_list).
131 for (usb_handle* usb : handle_list) {
164 handle_list.push_back(handle);
473 handle_list.erase(std::remove(handle_list.begin(), handle_list.end(), handle),
474 handle_list.end());
607 for (usb_handle* usb : handle_list) {