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

  /system/core/include/sync/
sync.h 35 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/
sync.c 71 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);
sync_test.c 53 struct sync_pt_info *pt_info = NULL;
56 while ((pt_info = sync_pt_info(info, pt_info))) {
  /bionic/libc/kernel/common/linux/
sync.h 29 struct sync_pt_info { struct
  /frameworks/native/libs/ui/
Fence.cpp 117 struct sync_pt_info* pinfo = NULL;
119 while ((pinfo = sync_pt_info(finfo, pinfo)) != NULL) {
  /external/kernel-headers/original/linux/
sync.h 352 * struct sync_pt_info - detailed sync_pt information
353 * @len: length of sync_pt_info including any driver_data
360 struct sync_pt_info { struct
377 * @pt_info: a sync_pt_info struct for every sync_pt in the fence
414 * To itterate over the sync_pt_infos, use the sync_pt_info.len field.

Completed in 1383 milliseconds