Searched refs:goldfishSyncFd (Results 1 – 2 of 2) sorted by relevance
59 int goldfishSyncFd; member
216 goldfishSyncFd(-1) in EGLContext_t()250 if (goldfishSyncFd < 0) { in getGoldfishSyncFd()251 goldfishSyncFd = goldfish_sync_open(); in getGoldfishSyncFd()253 return goldfishSyncFd; in getGoldfishSyncFd()258 if (goldfishSyncFd > 0) { in ~EGLContext_t()259 goldfish_sync_close(goldfishSyncFd); in ~EGLContext_t()260 goldfishSyncFd = -1; in ~EGLContext_t()