Home
last modified time | relevance | path

Searched refs:emugl_sync_device_exists_t (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dsync_device.h40 typedef bool (*emugl_sync_device_exists_t)(); typedef
49 EMUGL_COMMON_API extern emugl_sync_device_exists_t emugl_sync_device_exists;
56 EMUGL_COMMON_API void set_emugl_sync_device_exists(emugl_sync_device_exists_t);
/hardware/google/aemu/host-common/
Dsync_device.cpp54 emugl_sync_device_exists_t emugl_sync_device_exists = defaultDeviceExists;
76 void set_emugl_sync_device_exists(emugl_sync_device_exists_t f) { in set_emugl_sync_device_exists()
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h80 emugl_sync_device_exists_t) = 0;
/hardware/google/gfxstream/host/
DRenderLibImpl.h43 emugl_sync_device_exists_t) override;
DRenderLibImpl.cpp73 emugl_sync_device_exists_t device_exists) { in setSyncDevice()