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

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

Completed in 26 milliseconds