Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:Fence

29 #include <ui/Fence.h>
58 class Fence;
94 const sp<Fence>& acquireFence,
118 // get the present fence received from the last call to present.
119 sp<Fence> getPresentFence(int32_t displayId) const;
121 // Get last release fence for the given layer
122 sp<Fence> getLayerReleaseFence(int32_t displayId,
125 // Set the output buffer and acquire fence for a virtual display.
127 status_t setOutputBuffer(int32_t displayId, const sp<Fence>& acquireFence,
131 // it can call this to clear the shared pointers in the release fence map
186 sp<Fence> lastPresentFence; // signals when the last set op retires
187 std::unordered_map<HWC2::Layer*, sp<Fence>> releaseFences;
189 sp<Fence> outbufAcquireFence;