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

  /bionic/libc/kernel/uapi/linux/
sync_file.h 30 struct sync_fence_info { struct
43 __u64 sync_fence_info; member in struct:sync_file_info
  /external/kernel-headers/original/uapi/linux/
sync_file.h 34 * struct sync_fence_info - detailed fence information
41 struct sync_fence_info { struct
56 * @sync_fence_info: pointer to array of structs sync_fence_info with all
66 __u64 sync_fence_info; member in struct:sync_file_info
92 * use the pointer provided on sync_fence_info to return up to num_fences of
93 * struct sync_fence_info, with detailed fence information.
  /system/core/libsync/
sync.c 217 local_info.num_fences * sizeof(struct sync_fence_info));
222 info->sync_fence_info = (__u64)(uintptr_t)(info + 1);
238 const struct sync_fence_info *fence_info = sync_get_fence_info(info);
268 struct sync_fence_info *fence;
278 num_fences * sizeof(struct sync_fence_info));
283 info->sync_fence_info = (__u64)(uintptr_t)(info + 1);
303 struct sync_fence_info_data *sync_fence_info(int fd) function

Completed in 478 milliseconds