Searched refs:SYNC_IOC_MAGIC (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | sync_file.h | 89 #define SYNC_IOC_MAGIC '>' macro 105 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) 115 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/hardware/google/graphics/common/include/ |
D | exynos_sync.h | 4 #define SYNC_IOC_MAGIC '>' macro 5 #define SYNC_IOC_FENCE_NAME _IOWR(SYNC_IOC_MAGIC, 10, char[32])
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | libsync.h | 96 #define SYNC_IOC_MAGIC '>' 97 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) 98 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|