Home
last modified time | relevance | path

Searched refs:SYNC_IOC_MAGIC (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsync_file.h45 #define SYNC_IOC_MAGIC '>' macro
46 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
47 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
/aosp12/hardware/google/graphics/common/include/
H A Dexynos_sync.h4 #define SYNC_IOC_MAGIC '>' macro
5 #define SYNC_IOC_FENCE_NAME _IOWR(SYNC_IOC_MAGIC, 10, char[32])
/aosp12/system/core/libsync/
H A Dsync.c74 #define SYNC_IOC_LEGACY_MERGE _IOWR(SYNC_IOC_MAGIC, 1, \
91 #define SYNC_IOC_LEGACY_FENCE_INFO _IOWR(SYNC_IOC_MAGIC, 2,\