Home
last modified time | relevance | path

Searched refs:sync_fence_info_data (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libsync/
H A Dsync.c38 struct sync_fence_info_data { struct
52 struct sync_fence_info_data* sync_fence_info(int fd); argument
54 void sync_fence_info_free(struct sync_fence_info_data* info);
92 struct sync_fence_info_data)
209 static struct sync_fence_info_data *legacy_sync_fence_info(int fd) in legacy_sync_fence_info()
211 struct sync_fence_info_data *legacy_info; in legacy_sync_fence_info()
259 struct sync_fence_info_data *legacy_info; in sync_file_info_to_legacy_fence_info()
325 struct sync_fence_info_data *sync_fence_info(int fd) in sync_fence_info()
327 struct sync_fence_info_data *legacy_info; in sync_fence_info()
374 struct sync_fence_info_data *legacy_info; in sync_file_info()
[all …]
/aosp14/system/core/libsync/tests/
H A Dsync_test.cpp25 struct sync_fence_info_data { struct
41 struct sync_fence_info_data* sync_fence_info(int fd); argument
42 struct sync_pt_info* sync_pt_info(struct sync_fence_info_data* info, struct sync_pt_info* itr);
43 void sync_fence_info_free(struct sync_fence_info_data* info);
246 struct sync_fence_info_data* legacy = sync_fence_info(f.getFd()); in CheckModernLegacyInfoMatch()