Home
last modified time | relevance | path

Searched refs:event_buf (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/
Dgetevent.cpp109 char event_buf[512]; in read_notify() local
114 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()
127 event = reinterpret_cast<struct inotify_event*>(event_buf + event_pos); in read_notify()
/system/core/toolbox/
Dgetevent.c437 char event_buf[512]; in read_notify() local
442 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()
456 event = (struct inotify_event *)(event_buf + event_pos); in read_notify()
/system/core/libusbhost/
Dusbhost.c229 char event_buf[512]; in usb_host_read_event() local
235 ret = read(context->fd, event_buf, sizeof(event_buf)); in usb_host_read_event()
238 event = (struct inotify_event*)&event_buf[offset]; in usb_host_read_event()
/system/core/sdcard/
Dsdcard.c1672 char event_buf[512]; in watch_package_list() local
1706 int res = read(nfd, event_buf, sizeof(event_buf)); in watch_package_list()
1716 event = (struct inotify_event *) (event_buf + event_pos); in watch_package_list()