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

/system/core/debuggerd/
H A Dgetevent.cpp109 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);
/system/core/libusbhost/
H A Dusbhost.c229 char event_buf[512]; local
235 ret = read(context->fd, event_buf, sizeof(event_buf));
238 event = (struct inotify_event*)&event_buf[offset];
/system/core/toolbox/
H A Dgetevent.c437 char event_buf[512]; local
442 res = read(nfd, event_buf, sizeof(event_buf));
456 event = (struct inotify_event *)(event_buf + event_pos);
/system/core/sdcard/
H A Dsdcard.c1672 char event_buf[512]; local
1706 int res = read(nfd, event_buf, sizeof(event_buf));
1716 event = (struct inotify_event *) (event_buf + event_pos);

Completed in 236 milliseconds