Searched refs:event_buf (Results 1 - 4 of 4) 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.c176 char event_buf[512]; local
205 ret = read(context->fd, event_buf, sizeof(event_buf));
207 event = (struct inotify_event *)event_buf;

Completed in 150 milliseconds