Home
last modified time | relevance | path

Searched refs:GoldfishSyncDeviceInterface (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dgoldfish_sync.h152 typedef struct GoldfishSyncDeviceInterface { struct
159 } GoldfishSyncDeviceInterface; typedef
164 goldfish_sync_set_hw_funcs(GoldfishSyncDeviceInterface* hw_funcs);
/hardware/google/aemu/host-common/
Dgoldfish_sync.cpp73 static GoldfishSyncDeviceInterface* sGoldfishSyncHwFuncs = NULL;
188 void goldfish_sync_set_hw_funcs(GoldfishSyncDeviceInterface* hw_funcs) { in goldfish_sync_set_hw_funcs()