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

/system/core/include/sync/
H A Dsync.h35 struct sync_pt_info { struct
48 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info,
49 struct sync_pt_info *itr);
/system/core/libsync/
H A Dsync.c71 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info, function
72 struct sync_pt_info *itr)
75 itr = (struct sync_pt_info *) info->pt_info;
77 itr = (struct sync_pt_info *) ((__u8 *)itr + itr->len);
H A Dsync_test.c53 struct sync_pt_info *pt_info = NULL;
56 while ((pt_info = sync_pt_info(info, pt_info))) {

Completed in 31 milliseconds