Home
last modified time | relevance | path

Searched refs:handle_events (Results 1 – 9 of 9) 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/skia/example/
DSkiaSDLExample.cpp47 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function
242 handle_events(&state, canvas);
/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();
585 handle_events();
616 handle_events();
637 handle_events();
651 handle_events() in handle_events() function
/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,