Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.h39 int sync_fd);
48 int sync_fd);
Dwsi_common_display.c1730 wsi_display_fence_alloc(struct wsi_display *wsi, int sync_fd) in wsi_display_fence_alloc() argument
1739 if (sync_fd >= 0) { in wsi_display_fence_alloc()
1740 int ret = drmSyncobjFDToHandle(wsi->syncobj_fd, sync_fd, &fence->syncobj); in wsi_display_fence_alloc()
2920 int sync_fd) in wsi_register_device_event() argument
2944 fence = wsi_display_fence_alloc(wsi, sync_fd); in wsi_register_device_event()
3002 int sync_fd) in wsi_register_display_event() argument
3013 fence = wsi_display_fence_alloc(wsi, sync_fd); in wsi_register_display_event()
/hardware/google/gfxstream/guest/egl/
Dgoldfish_sync.h49 static __inline__ int goldfish_sync_close(int sync_fd) { in goldfish_sync_close() argument
50 return close(sync_fd); in goldfish_sync_close()