Searched refs:handle_events (Results 1 – 8 of 8) sorted by relevance
/external/skia/example/ |
D | SkiaSDLExample.cpp | 48 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function 236 handle_events(&state, canvas);
|
/external/ppp/pppd/ |
D | main.c | 257 static void handle_events __P((void)); 557 handle_events(); 582 handle_events(); 613 handle_events(); 634 handle_events(); 648 handle_events() in handle_events() function
|
/external/libusb/libusb/ |
D | io.c | 2071 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events() function 2259 r = usbi_backend->handle_events(ctx, fds + internal_nfds, nfds - internal_nfds, r); in handle_events() 2345 r = handle_events(ctx, &poll_timeout); in libusb_handle_events_timeout_completed() 2477 return handle_events(ctx, &poll_timeout); in libusb_handle_events_locked()
|
D | libusbi.h | 1075 int (*handle_events)(struct libusb_context *ctx, member
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 566 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/include/libusb/ |
D | libusbi.h | 1075 int (*handle_events)(struct libusb_context *ctx, member
|
/external/libusb/libusb/os/ |
D | sunos_usb.c | 1285 .handle_events = NULL,
|
D | linux_usbfs.c | 2725 .handle_events = op_handle_events,
|