Searched refs:handle_events (Results 1 – 9 of 9) sorted by relevance
/external/libusb/ |
D | TODO | 5 offer API to create/destroy handle_events thread
|
D | ChangeLog | 984 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/ |
D | SkiaSDLExample.cpp | 47 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function 242 handle_events(&state, canvas);
|
/external/libusb/libusb/ |
D | io.c | 1776 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()
|
D | libusbi.h | 763 int (*handle_events)(struct libusb_context *ctx, member
|
/external/ppp/pppd/ |
D | main.c | 260 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/ |
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/libusb/os/ |
D | darwin_usb.c | 1504 .handle_events = op_handle_events,
|
D | linux_usbfs.c | 2192 .handle_events = op_handle_events,
|