Searched refs:sync_fence_info_data (Results 1 - 3 of 3) sorted by relevance

/system/core/include/sync/
H A Dsync.h28 struct sync_fence_info_data { struct
47 struct sync_fence_info_data *sync_fence_info(int fd);
48 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info,
50 void sync_fence_info_free(struct sync_fence_info_data *info);
/system/core/libsync/
H A Dsync.c52 struct sync_fence_info_data *sync_fence_info(int fd)
54 struct sync_fence_info_data *info;
71 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info,
85 void sync_fence_info_free(struct sync_fence_info_data *info)
H A Dsync_test.c37 struct sync_fence_info_data *info;

Completed in 124 milliseconds