Home
last modified time | relevance | path

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

/third_party/mesa3d/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) { in sync_get_fence_info()
96 * Free a struct sync_file_info structure
100 void sync_file_info_free(struct sync_file_info* info) __INTRODUCED_IN(26);
/third_party/mesa3d/src/util/
H A Dlibsync.h61 /* sync_file_info() only available in SDK 26. */ in sync_valid_fd()
63 struct sync_file_info *info = sync_file_info(fd); in sync_valid_fd()
86 struct sync_file_info { struct
98 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
156 struct sync_file_info info = {{0}}; in sync_valid_fd()
/third_party/mesa3d/src/android_stub/
H A Dsync_stub.cpp20 struct sync_file_info* sync_file_info(int32_t fd) in sync_file_info() function
25 void sync_file_info_free(struct sync_file_info* info) in sync_file_info_free()
/third_party/mesa3d/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 2 milliseconds