Lines Matching refs:sfItem
497 ColorBufferQueue::Item sfItem = {}; in surfaceFlingerComposerLoop() local
499 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() local
534 sf2hwcQueue.dequeueBuffer(&sfItem); in surfaceFlingerComposerLoop()
535 if (sfItem.sync) { sfItem.sync->wait(EGL_FOREVER_KHR); sfItem.sync->decRef(); } in surfaceFlingerComposerLoop()
537 mFb->post(sfItem.colorBuffer); in surfaceFlingerComposerLoop()
541 hwc2sfQueue.queueBuffer(ColorBufferQueue::Item(sfItem.colorBuffer, getFenceSync())); in surfaceFlingerComposerLoop()