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

  /system/core/include/sync/
sync.h 30 struct sync_fence_info_data *sync_fence_info(int fd);
31 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info,
33 void sync_fence_info_free(struct sync_fence_info_data *info);
  /bionic/libc/kernel/common/linux/
sync.h 39 struct sync_fence_info_data { struct
50 #define SYNC_IOC_FENCE_INFO _IOWR(SYNC_IOC_MAGIC, 2, struct sync_fence_info_data)
  /system/core/libsync/
sync.c 51 struct sync_fence_info_data *sync_fence_info(int fd)
53 struct sync_fence_info_data *info;
70 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info,
84 void sync_fence_info_free(struct sync_fence_info_data *info)
sync_test.c 37 struct sync_fence_info_data *info;
  /external/kernel-headers/original/linux/
sync.h 342 * struct sync_fence_info_data - data returned from fence info ioctl
350 struct sync_fence_info_data { struct
379 * Takes a struct sync_fence_info_data with extra space allocated for pt_info.
381 * updated to reflect the total size of the sync_fence_info_data including
388 struct sync_fence_info_data)

Completed in 73 milliseconds