Searched defs:sync_pt_info (Results 1 - 2 of 2) sorted by last modified time

/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);

Completed in 82 milliseconds