Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h169 struct SurfaceFlingerBE { struct
171 mutable std::mutex mCompositorTimingLock;
172 CompositorTiming mCompositorTiming;
175 struct CompositePresentTime {
179 std::queue<CompositePresentTime> mCompositePresentTimes;
181 static const size_t NUM_BUCKETS = 8; // < 1-7, 7+
182 nsecs_t mFrameBuckets[NUM_BUCKETS] = {};
183 nsecs_t mTotalTime = 0;
184 std::atomic<nsecs_t> mLastSwapTime = 0;