Searched defs:SurfaceFlingerBE (Results 1 – 1 of 1) sorted by relevance
138 struct SurfaceFlingerBE { struct139 FenceTimeline mGlCompositionDoneTimeline;140 FenceTimeline mDisplayTimeline;143 mutable std::mutex mCompositorTimingLock;144 CompositorTiming mCompositorTiming;147 struct CompositePresentTime {153 static const size_t NUM_BUCKETS = 8; // < 1-7, 7+155 nsecs_t mTotalTime = 0;156 std::atomic<nsecs_t> mLastSwapTime = 0;159 struct BufferingStats {[all …]