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

  /bionic/libc/kernel/common/linux/
sync.h 22 struct sync_merge_data { struct
49 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
  /external/kernel-headers/original/linux/
sync.h 340 * struct sync_merge_data - data passed to merge ioctl
345 struct sync_merge_data { struct
399 * Takes a struct sync_merge_data. Creates a new fence containing copies of
400 * the sync_pts in both the calling fd and sync_merge_data.fd2. Returns the
401 * new fence's fd in sync_merge_data.fence
403 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
  /system/core/libsync/
sync.c 39 struct sync_merge_data data;

Completed in 1387 milliseconds