HomeSort by relevance Sort by last modified time
    Searched full:inotify_event (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/clang/test/SemaCXX/
flexible-array-test.cpp 24 struct inotify_event struct
36 inotify_event event;
37 inotify_event* ptr = &event;
38 inotify_event event1 = *ptr;
40 QMap<int, inotify_event> eventForId;
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 338 if ((ret - i) < (int)sizeof(struct inotify_event)) {
339 ALOGE("AudioHotplugThread: read an invalid inotify_event");
343 struct inotify_event *event =
344 reinterpret_cast<struct inotify_event*>(eventBuf + i);
346 if ((ret - i) < (int)(sizeof(struct inotify_event) + event->len)) {
347 ALOGE("AudioHotplugThread: read a bad inotify_event length");
352 offsetof(struct inotify_event, name);
379 i += sizeof(struct inotify_event) + event->len;
  /external/kernel-headers/original/uapi/linux/
inotify.h 15 * struct inotify_event - structure read from the inotify device for each event
20 struct inotify_event { struct
  /frameworks/base/core/jni/
android_util_FileObserver.cpp 54 struct inotify_event* event;
73 event = (struct inotify_event *)(event_buf + event_pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
inotify.h 15 * struct inotify_event - structure read from the inotify device for each event
20 struct inotify_event { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 15 * struct inotify_event - structure read from the inotify device for each event
20 struct inotify_event { struct
  /development/ndk/platforms/android-3/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
inotify.h 17 struct inotify_event { struct
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
inotify.h 17 struct inotify_event { struct

Completed in 1841 milliseconds

1 2 3 4