Searched refs:goldfishSyncFd (Results 1 – 2 of 2) sorted by relevance
54 int goldfishSyncFd; member
220 goldfishSyncFd(-1) in EGLContext_t()254 if (goldfishSyncFd < 0) { in getGoldfishSyncFd()255 goldfishSyncFd = goldfish_sync_open(); in getGoldfishSyncFd()257 return goldfishSyncFd; in getGoldfishSyncFd()262 if (goldfishSyncFd > 0) { in ~EGLContext_t()263 goldfish_sync_close(goldfishSyncFd); in ~EGLContext_t()264 goldfishSyncFd = -1; in ~EGLContext_t()