HomeSort by relevance Sort by last modified time
    Searched defs:sync_merge_data (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
sync.h 24 struct sync_merge_data { struct
50 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
  /development/ndk/platforms/android-L/include/linux/
sync.h 24 struct sync_merge_data { struct
50 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
  /external/kernel-headers/original/uapi/linux/
sync.h 18 * struct sync_merge_data - data passed to merge ioctl
23 struct sync_merge_data { struct
77 * Takes a struct sync_merge_data. Creates a new fence containing copies of
78 * the sync_pts in both the calling fd and sync_merge_data.fd2. Returns the
79 * new fence's fd in sync_merge_data.fence
81 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
sync.h 24 struct sync_merge_data { struct
50 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
sync.h 24 struct sync_merge_data { struct
50 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
sync.h 24 struct sync_merge_data { struct
50 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)

Completed in 34 milliseconds