HomeSort by relevance Sort by last modified time
    Searched refs:handle_events (Results 1 - 13 of 13) sorted by null

  /external/libxcam/modules/isp/
isp_poll_thread.h 43 virtual XCamReturn handle_events (struct v4l2_event &event);
isp_poll_thread.cpp 119 IspPollThread::handle_events (struct v4l2_event &event) function in class:XCam::IspPollThread
  /external/libxcam/xcore/
poll_thread.h 73 virtual XCamReturn handle_events (struct v4l2_event &event);
poll_thread.cpp 166 PollThread::handle_events (struct v4l2_event &event) function in class:XCam::PollThread
220 ret = handle_events (event);
  /external/skia/example/
SkiaSDLExample.cpp 50 static void handle_events(ApplicationState* state, SkCanvas* canvas) { function
261 handle_events(&state, canvas);
  /external/skqp/example/
SkiaSDLExample.cpp 50 static void handle_events(ApplicationState* state, SkCanvas* canvas) { function
261 handle_events(&state, canvas);
  /system/extras/boottime_tools/bootanalyze/
bugreport_anayze.py 241 def handle_events(self, event, is_kernel): member in class:Parser
271 self.handle_events(self.current_boot_kernel, True)
276 self.handle_events(self.current_boot_logcat, False)
281 self.handle_events(self.last_boot_kernel, True)
286 self.handle_events(self.last_boot_logcat, False)
  /external/ppp/pppd/
main.c 257 static void handle_events __P((void));
557 handle_events();
582 handle_events();
613 handle_events();
634 handle_events();
645 * handle_events - wait for something to happen and respond to it.
648 handle_events() function
    [all...]
  /external/libusb/libusb/
io.c 2071 static int handle_events(struct libusb_context *ctx, struct timeval *tv) function
    [all...]
libusbi.h 451 * should also take this lock in the handle_events path, to prevent the user
1075 int (*handle_events)(struct libusb_context *ctx, member in struct:usbi_os_backend
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 566 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str);
907 status = handle_events (sdref, result, fullname);
982 status = handle_events (sdref, result, addr_str);
1000 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str) function
    [all...]
  /external/libusb/libusb/os/
sunos_usb.c     [all...]
linux_usbfs.c     [all...]

Completed in 753 milliseconds