Home
last modified time | relevance | path

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

/external/libusb/
DTODO5 offer API to create/destroy handle_events thread
DChangeLog984 critical memory leak in handle_events
986 This patch closes a critical memory leak in handle_events. The fds
988 handle_events with a timeout of 0, my system runs out of memory after a
/external/libusb/libusb/
Dio.c1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events() function
1867 r = usbi_backend->handle_events(ctx, fds, nfds, r); in handle_events()
1938 r = handle_events(ctx, &poll_timeout); in libusb_handle_events_timeout()
2014 return handle_events(ctx, &poll_timeout); in libusb_handle_events_locked()
Dlibusbi.h763 int (*handle_events)(struct libusb_context *ctx, member
/external/ppp/pppd/
Dmain.c260 static void handle_events __P((void));
560 handle_events();
584 handle_events();
613 handle_events();
634 handle_events();
648 handle_events() in handle_events() function
/external/chromium_org/third_party/libusb/src/libusb/
Dio.c1925 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events() function
2046 r = usbi_backend->handle_events(ctx, fds, nfds, r); in handle_events()
2126 r = handle_events(ctx, &poll_timeout); in libusb_handle_events_timeout_completed()
2258 return handle_events(ctx, &poll_timeout); in libusb_handle_events_locked()
Dlibusbi.h954 int (*handle_events)(struct libusb_context *ctx, member
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c566 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str);
907 status = handle_events (sdref, result, fullname); in mdns_lookup_name()
982 status = handle_events (sdref, result, addr_str); in mdns_lookup_addr()
1000 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str) in handle_events() function
/external/libusb/libusb/os/
Ddarwin_usb.c1504 .handle_events = op_handle_events,
Dlinux_usbfs.c2192 .handle_events = op_handle_events,
/external/chromium_org/third_party/libusb/src/libusb/os/
Ddarwin_usb.c1900 .handle_events = op_handle_events,
Dlinux_usbfs.c2593 .handle_events = op_handle_events,