Home
last modified time | relevance | path

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

/external/skia/example/
DSkiaSDLExample.cpp48 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function
236 handle_events(&state, canvas);
/external/ppp/pppd/
Dmain.c257 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/
Dio.c2071 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()
Dlibusbi.h1075 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/include/libusb/
Dlibusbi.h1075 int (*handle_events)(struct libusb_context *ctx, member
/external/libusb/libusb/os/
Dsunos_usb.c1285 .handle_events = NULL,
Dlinux_usbfs.c2725 .handle_events = op_handle_events,