Searched refs:event_buf (Results 1 - 5 of 5) sorted by relevance

/system/core/toolbox/
H A Dnotify.c16 char event_buf[512]; local
86 res = read(nfd, event_buf, sizeof(event_buf));
96 event = (struct inotify_event *)(event_buf + event_pos);
H A Dgetevent.c412 char event_buf[512]; local
417 res = read(nfd, event_buf, sizeof(event_buf));
431 event = (struct inotify_event *)(event_buf + event_pos);
/system/core/debuggerd/
H A Dgetevent.c98 char event_buf[512]; local
103 res = read(nfd, event_buf, sizeof(event_buf));
117 event = (struct inotify_event *)(event_buf + event_pos);
/system/core/libusbhost/
H A Dusbhost.c226 char event_buf[512]; local
232 ret = read(context->fd, event_buf, sizeof(event_buf));
235 event = (struct inotify_event*)&event_buf[offset];
/system/core/sdcard/
H A Dsdcard.c1647 char event_buf[512]; local
1681 int res = read(nfd, event_buf, sizeof(event_buf));
1691 event = (struct inotify_event *) (event_buf + event_pos);

Completed in 112 milliseconds