Searched refs:sfItem (Results 1 – 1 of 1) sorted by relevance
497 ColorBufferQueue::Item sfItem = {}; in surfaceFlingerComposerLoop() local499 sf2appQueue.dequeueBuffer(&sfItem); in surfaceFlingerComposerLoop()500 mFb->setEmulatedEglWindowSurfaceColorBuffer(appSurface, sfItem.colorBuffer); in surfaceFlingerComposerLoop()501 if (sfItem.sync) { sfItem.sync->wait(EGL_FOREVER_KHR); sfItem.sync->decRef(); } in surfaceFlingerComposerLoop()508 app2sfQueue.queueBuffer(ColorBufferQueue::Item(sfItem.colorBuffer, getFenceSync())); in surfaceFlingerComposerLoop()510 sf2appQueue.dequeueBuffer(&sfItem); in surfaceFlingerComposerLoop()511 mFb->setEmulatedEglWindowSurfaceColorBuffer(appSurface, sfItem.colorBuffer); in surfaceFlingerComposerLoop()512 if (sfItem.sync) { sfItem.sync->wait(EGL_FOREVER_KHR); sfItem.sync->decRef(); } in surfaceFlingerComposerLoop()531 ColorBufferQueue::Item sfItem = {}; in surfaceFlingerComposerLoop() local534 sf2hwcQueue.dequeueBuffer(&sfItem); in surfaceFlingerComposerLoop()[all …]