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

  /bionic/libc/kernel/common/linux/
inotify.h 17 struct inotify_event { struct
  /development/ndk/platforms/android-3/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inotify.h 13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /external/chromium/base/
directory_watcher_inotify.cc 50 void OnInotifyEvent(const inotify_event* event);
94 void OnInotifyEvent(const inotify_event* event);
241 inotify_event* event = reinterpret_cast<inotify_event*>(&buffer[i]);
242 size_t event_size = sizeof(inotify_event) + event->len;
332 void InotifyReader::OnInotifyEvent(const inotify_event* event) {
372 void DirectoryWatcherImpl::OnInotifyEvent(const inotify_event* event) {
  /frameworks/base/core/jni/
android_util_FileObserver.cpp 58 struct inotify_event* event;
77 event = (struct inotify_event *)(event_buf + event_pos);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 26 struct inotify_event struct
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 104 #define AVERAGE_EVENT_SIZE sizeof (struct inotify_event) + 16
235 struct inotify_event *kevent = (struct inotify_event *)buffer;
453 struct inotify_event *event;
455 event = (struct inotify_event *)&buffer[buffer_i];
456 event_size = sizeof(struct inotify_event) + event->len;
  /system/core/toolbox/
notify.c 16 struct inotify_event *event;
95 event = (struct inotify_event *)(event_buf + event_pos);
powerd.c 73 int (*handler)(struct notify_entry *entry, struct inotify_event *event);
77 int charging_state_notify_handler(struct notify_entry *entry, struct inotify_event *event)
105 int call_notify_handler(struct inotify_event *event)
135 struct inotify_event *event;
149 event = (struct inotify_event *)(event_buf + event_pos);
getevent.c 235 struct inotify_event *event;
251 event = (struct inotify_event *)(event_buf + event_pos);
  /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
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
usbhost.c 138 struct inotify_event* event;
173 if (ret >= (int)sizeof(struct inotify_event)) {
174 event = (struct inotify_event *)event_buf;
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 740 char event_buf[(sizeof(inotify_event) + NAME_MAX + 1) * 4];
748 inotify_event* event = reinterpret_cast<inotify_event*>(event_ptr);
750 CHECK(event_ptr + sizeof(inotify_event) <= event_buf + r);
    [all...]
  /frameworks/base/cmds/dumpstate/
utils.c 410 struct inotify_event ie;
  /frameworks/base/libs/ui/
EventHub.cpp 937 struct inotify_event *event;
954 event = (struct inotify_event *)(event_buf + event_pos);
    [all...]

Completed in 1184 milliseconds