HomeSort by relevance Sort by last modified time
    Searched defs:event_buf (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/jni/
android_util_FileObserver.cpp 53 char event_buf[512]; local
59 int num_bytes = read(fd, event_buf, sizeof(event_buf));
73 event = (struct inotify_event *)(event_buf + event_pos);
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 162 char event_buf[512]; local
167 int count = read(inotify_fd, event_buf, sizeof(event_buf));
175 event = (struct inotify_event *)(event_buf + event_pos);
  /system/core/debuggerd/
getevent.cpp 109 char event_buf[512]; local
114 res = read(nfd, event_buf, sizeof(event_buf));
127 event = reinterpret_cast<struct inotify_event*>(event_buf + event_pos);
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 509 u8 *buf, *event_buf; local
537 event_buf = &buf[sizeof(int)];
552 event_buf, event_len);
559 event_buf, event_len);
563 drv->ctx, event_buf, event_len);
566 wpa_driver_privsep_event_interface_status(drv->ctx, event_buf,
570 wpa_driver_privsep_event_pmkid_candidate(drv->ctx, event_buf,
574 wpa_driver_privsep_event_stkstart(drv->ctx, event_buf,
578 wpa_driver_privsep_event_ft_response(drv->ctx, event_buf,
582 wpa_driver_privsep_event_rx_eapol(drv->ctx, event_buf,
    [all...]
driver_bsd.c 54 char *event_buf; member in struct:bsd_driver_global
785 n = read(sock, global->event_buf, global->event_buf_len);
793 rtm = (struct rt_msghdr *) global->event_buf;
1224 n = read(sock, global->event_buf, global->event_buf_len);
1232 rtm = (struct rt_msghdr *) global->event_buf;
    [all...]
  /system/core/toolbox/
getevent.c 437 char event_buf[512]; local
442 res = read(nfd, event_buf, sizeof(event_buf));
456 event = (struct inotify_event *)(event_buf + event_pos);
  /hardware/bsp/intel/peripheral/libmraa/src/usb/
ftdi_ft4222.c 590 GPIO_Trigger event_buf[256]; local
601 FT4222_GPIO_ReadTriggerQueue(ftHandleGpio, GPIO_PORT_IO_STATUS, event_buf, num_events, &num_events_read);
  /system/core/libusbhost/
usbhost.c 229 char event_buf[512]; local
235 ret = read(context->fd, event_buf, sizeof(event_buf));
238 event = (struct inotify_event*)&event_buf[offset];
  /frameworks/native/services/inputflinger/
EventHub.cpp 1604 char event_buf[512]; local
    [all...]
  /system/core/sdcard/
sdcard.c 1736 char event_buf[512]; local
    [all...]

Completed in 594 milliseconds