Searched refs:sync_file_info (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dsync_stub.cpp20 struct sync_file_info* sync_file_info(int32_t fd) function in typeref:struct:sync_file_info *
25 void sync_file_info_free(struct sync_file_info* info)
/xsrc/external/mit/MesaLib/dist/include/android_stub/ndk/
H A Dsync.h72 * The returned sync_file_info must be freed by calling sync_file_info_free().
76 struct sync_file_info* sync_file_info(int32_t fd) __INTRODUCED_IN(26);
86 static inline struct sync_fence_info* sync_get_fence_info(const struct sync_file_info* info) {
96 * Free a struct sync_file_info structure
100 void sync_file_info_free(struct sync_file_info* info) __INTRODUCED_IN(26);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlibsync.h60 /* sync_file_info() only available in SDK 26. */
62 struct sync_file_info *info = sync_file_info(fd);
85 struct sync_file_info {
97 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
150 struct sync_file_info info = {{0}};
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Dsync_file.h69 * struct sync_file_info - data returned from fence info ioctl
72 * @flags: sync_file_info flags
78 struct sync_file_info { struct
109 * Takes a struct sync_file_info. If num_fences is 0, the field is updated
114 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)

Completed in 5 milliseconds