Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:fence

29 class Fence;
37 // or a fence. When a non-NULL fence is set for a given time value, the
38 // signal time of that fence is used instead of the timestamp.
61 // setFrameReadyFence sets the fence that is used to get the time at which
63 void setFrameReadyFence(const sp<Fence>& readyFence);
69 // setActualPresentFence sets the fence that is used to get the time
71 void setActualPresentFence(const sp<Fence>& fence);
103 sp<Fence> frameReadyFence;
104 sp<Fence> actualPresentFence;
107 // processFences iterates over all the frame records that have a fence set
108 // and replaces that fence with a timestamp if the fence has signaled. If
109 // the fence is not signaled the record's displayTime is set to INT64_MAX.
139 // is incremented each time a fence is added and decremented each time a
140 // signaled fence is removed in processFences or if advanceFrame clobbers
141 // a fence.