Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dpoll_thread.cpp166 PollThread::handle_events (struct v4l2_event &event) in handle_events() function in XCam::PollThread
220 ret = handle_events (event); in poll_subdev_event_loop()
Dpoll_thread.h73 virtual XCamReturn handle_events (struct v4l2_event &event);
/external/libxcam/modules/isp/
Disp_poll_thread.h43 virtual XCamReturn handle_events (struct v4l2_event &event);
Disp_poll_thread.cpp119 IspPollThread::handle_events (struct v4l2_event &event) in handle_events() function in XCam::IspPollThread
/external/skia/example/
DSkiaSDLExample.cpp51 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function
264 handle_events(&state, canvas);
/external/skqp/example/
DSkiaSDLExample.cpp51 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function
264 handle_events(&state, canvas);
/external/ppp/pppd/
Dmain.c257 static void handle_events __P((void));
534 handle_events();
559 handle_events();
590 handle_events();
611 handle_events();
625 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,