Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
DeglContext.h59 int goldfishSyncFd; member
Degl.cpp216 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()