Home
last modified time | relevance | path

Searched defs:SurfaceFlingerBE (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h138 struct SurfaceFlingerBE { struct
139 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 …]