Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3224 int syncFd = -1; in captureScreenImplLocked() local
3255 syncFd = eglDupNativeFenceFDANDROID(mEGLDisplay, sync); in captureScreenImplLocked()
3256 if (syncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in captureScreenImplLocked()
3258 syncFd = -1; in captureScreenImplLocked()
3297 window->queueBuffer(window, buffer, syncFd); in captureScreenImplLocked()