HomeSort by relevance Sort by last modified time
    Searched refs:inotify_event (Results 51 - 68 of 68) sorted by null

1 23

  /frameworks/base/core/jni/
android_util_FileObserver.cpp 58 struct inotify_event* event;
77 event = (struct inotify_event *)(event_buf + event_pos);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 26 struct inotify_event struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 26 struct inotify_event struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 26 struct inotify_event struct
  /external/chromium/base/files/
file_path_watcher_linux.cc 55 void OnInotifyEvent(const inotify_event* event);
200 inotify_event* event = reinterpret_cast<inotify_event*>(&buffer[i]);
201 size_t event_size = sizeof(inotify_event) + event->len;
287 void InotifyReader::OnInotifyEvent(const inotify_event* event) {
  /system/core/toolbox/
notify.c 17 struct inotify_event *event;
96 event = (struct inotify_event *)(event_buf + event_pos);
getevent.c 415 struct inotify_event *event;
431 event = (struct inotify_event *)(event_buf + event_pos);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 30 #define EVENT_SIZE (sizeof(struct inotify_event))
164 inotify_event* event = (inotify_event*) &buffer[i];
  /external/iproute2/ip/
ipnetns.c 251 struct inotify_event *event;
271 for (event = (struct inotify_event *)buf;
273 event = (struct inotify_event *)((char *)event + sizeof(*event) + event->len)) {
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 56 void OnInotifyEvent(const inotify_event* event);
204 inotify_event* event = reinterpret_cast<inotify_event*>(&buffer[i]);
205 size_t event_size = sizeof(inotify_event) + event->len;
287 void InotifyReader::OnInotifyEvent(const inotify_event* event) {
  /system/core/debuggerd/
getevent.c 101 struct inotify_event *event;
117 event = (struct inotify_event *)(event_buf + event_pos);
  /external/kernel-headers/original/linux/
inotify.h 13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
  /system/core/libusbhost/
usbhost.c 225 struct inotify_event* event;
233 if (ret >= (int)sizeof(struct inotify_event)) {
235 event = (struct inotify_event*)&event_buf[offset];
293 offset += sizeof(struct inotify_event) + event->len;
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 835 char event_buf[(sizeof(inotify_event) + NAME_MAX + 1) * 4];
843 inotify_event* event = reinterpret_cast<inotify_event*>(event_ptr);
845 CHECK_LE(event_ptr + sizeof(inotify_event), event_buf + r);
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.cc     [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 557 struct inotify_event ie;
  /frameworks/base/services/input/
EventHub.cpp     [all...]
  /system/core/sdcard/
sdcard.c     [all...]

Completed in 1927 milliseconds

1 23