Searched refs:goldfishSyncFd (Results 1 – 2 of 2) sorted by relevance
54 int goldfishSyncFd; member
214 goldfishSyncFd(-1) in EGLContext_t()248 if (goldfishSyncFd < 0) { in getGoldfishSyncFd()249 goldfishSyncFd = goldfish_sync_open(); in getGoldfishSyncFd()251 return goldfishSyncFd; in getGoldfishSyncFd()256 if (goldfishSyncFd > 0) { in ~EGLContext_t()257 goldfish_sync_close(goldfishSyncFd); in ~EGLContext_t()258 goldfishSyncFd = -1; in ~EGLContext_t()