Home
last modified time | relevance | path

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

/system/core/libsync/
Dsync.c38 struct sync_fence_info_data { struct
52 struct sync_fence_info_data* sync_fence_info(int fd); argument
53 struct sync_pt_info* sync_pt_info(struct sync_fence_info_data* info, struct sync_pt_info* itr);
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()
256 static struct sync_fence_info_data *sync_file_info_to_legacy_fence_info( in sync_file_info_to_legacy_fence_info()
259 struct sync_fence_info_data *legacy_info; in sync_file_info_to_legacy_fence_info()
287 struct sync_fence_info_data *legacy_info) in legacy_fence_info_to_sync_file_info()
[all …]
/system/core/libsync/tests/
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()