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);
100 sp<Fence> frameReadyFence;
101 sp<Fence> actualPresentFence;
104 // processFences iterates over all the frame records that have a fence set
105 // and replaces that fence with a timestamp if the fence has signaled. If
106 // the fence is not signaled the record's displayTime is set to INT64_MAX.
136 // is incremented each time a fence is added and decremented each time a
137 // signaled fence is removed in processFences or if advanceFrame clobbers
138 // a fence.