Searched defs:handle_events (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c1925 static int handle_events(struct libusb_context *ctx, struct timeval *tv) function
2046 r = usbi_backend->handle_events(ctx, fds, nfds, r);
2048 usbi_err(ctx, "backend handle_events failed with error %d", r);
2126 r = handle_events(ctx, &poll_timeout);
2258 return handle_events(ctx, &poll_timeout);
2515 /* Backends may call this from handle_events to report disconnection of a
H A Dlibusbi.h365 * should also take this lock in the handle_events path, to prevent the user
912 * from the context of handle_events.
954 int (*handle_events)(struct libusb_context *ctx, member in struct:usbi_os_backend
/external/libusb/libusb/
H A Dio.c1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv) function
1867 r = usbi_backend->handle_events(ctx, fds, nfds, r);
1869 usbi_err(ctx, "backend handle_events failed with error %d", r);
1938 r = handle_events(ctx, &poll_timeout);
2014 return handle_events(ctx, &poll_timeout);
2266 /* Backends call this from handle_events to report disconnection of a device.
H A Dlibusbi.h261 * should also take this lock in the handle_events path, to prevent the user
721 * from the context of handle_events.
763 int (*handle_events)(struct libusb_context *ctx, member in struct:usbi_os_backend
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c566 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str);
907 status = handle_events (sdref, result, fullname);
982 status = handle_events (sdref, result, addr_str);
1000 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str) function
/external/ppp/pppd/
H A Dmain.c260 static void handle_events __P((void));
560 handle_events();
584 handle_events();
613 handle_events();
634 handle_events();
645 * handle_events - wait for something to happen and respond to it.
648 handle_events() function

Completed in 135 milliseconds