Home
last modified time | relevance | path

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

/system/core/libsync/include/sync/
Dsync.h28 struct sync_fence_info_data { struct
47 struct sync_fence_info_data *sync_fence_info(int fd); argument
48 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info,
50 void sync_fence_info_free(struct sync_fence_info_data *info);
/system/core/libsync/
Dsync.c53 struct sync_fence_info_data *sync_fence_info(int fd) in sync_fence_info()
55 struct sync_fence_info_data *info; in sync_fence_info()
72 struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info, in sync_pt_info()
86 void sync_fence_info_free(struct sync_fence_info_data *info) in sync_fence_info_free()
Dsync_test.c38 struct sync_fence_info_data *info; in sync_thread()
/system/core/libsync/tests/
Dsync_test.cpp177 sync_fence_info_data *info = sync_fence_info(getFd()); in getInfo()