HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentFence (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.h 85 // mCurrentFence is the current buffer's acquire fence
86 sp<Fence> mCurrentFence;
  /frameworks/native/libs/gui/include/gui/
GLConsumer.h 397 // mCurrentFence is the fence received from BufferQueue in updateTexImage.
398 sp<Fence> mCurrentFence;
400 // The FenceTime wrapper around mCurrentFence.
  /frameworks/native/services/surfaceflinger/
BufferLayerConsumer.h 311 // mCurrentFence is the fence received from BufferQueue in updateTexImage.
312 sp<Fence> mCurrentFence;
314 // The FenceTime wrapper around mCurrentFence.

Completed in 309 milliseconds