Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3180 int syncFd = -1; in captureScreenImplLocked() local
3209 syncFd = eglDupNativeFenceFDANDROID(mEGLDisplay, sync); in captureScreenImplLocked()
3210 if (syncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in captureScreenImplLocked()
3212 syncFd = -1; in captureScreenImplLocked()
3251 window->queueBuffer(window, buffer, syncFd); in captureScreenImplLocked()