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

  /system/core/libsync/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 72 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info, function
73 struct sync_pt_info *itr)
76 itr = (struct sync_pt_info *) info->pt_info;
78 itr = (struct sync_pt_info *) ((__u8 *)itr + itr->len);
  /bionic/libc/kernel/uapi/linux/
sync.h 30 struct sync_pt_info { struct
  /development/ndk/platforms/android-21/include/linux/
sync.h 30 struct sync_pt_info { struct
  /external/kernel-headers/original/uapi/linux/
sync.h 30 * struct sync_pt_info - detailed sync_pt information
31 * @len: length of sync_pt_info including any driver_data
38 struct sync_pt_info { struct
55 * @pt_info: a sync_pt_info struct for every sync_pt in the fence
92 * To iterate over the sync_pt_infos, use the sync_pt_info.len field.
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
sync.h 30 struct sync_pt_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
sync.h 30 struct sync_pt_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
sync.h 30 struct sync_pt_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
sync.h 30 struct sync_pt_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
sync.h 30 struct sync_pt_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sync.h 30 struct sync_pt_info { struct

Completed in 440 milliseconds