Home
last modified time | relevance | path

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

/system/logging/logd/
DPkgIds.cpp70 char event_buf[512]; in WatchPackageList() local
101 ssize_t res = TEMP_FAILURE_RETRY(read(nfd, event_buf, sizeof(event_buf))); in WatchPackageList()
110 event = reinterpret_cast<struct inotify_event*>(event_buf + event_pos); in WatchPackageList()
/system/core/init/
Dkeychords.cpp229 auto event_buf = buf; in InotifyHandler() local
231 auto event = reinterpret_cast<inotify_event*>(event_buf); in InotifyHandler()
245 event_buf += event_size; in InotifyHandler()
/system/core/toolbox/
Dgetevent.c435 char event_buf[512]; in read_notify() local
440 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()
454 event = (struct inotify_event *)(event_buf + event_pos); in read_notify()
/system/core/libusbhost/
Dusbhost.c226 char event_buf[512]; in usb_host_read_event() local
232 ret = read(context->fd, event_buf, sizeof(event_buf)); in usb_host_read_event()
235 event = (struct inotify_event*)&event_buf[offset]; in usb_host_read_event()