Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h123 class SurfaceFlingerBE
126 SurfaceFlingerBE();
177 SurfaceFlingerBE& getBE() { return mBE; } in getBE()
178 const SurfaceFlingerBE& getBE() const { return mBE; } in getBE()
1130 SurfaceFlingerBE mBE;
DSurfaceFlinger.cpp276 SurfaceFlingerBE::SurfaceFlingerBE() : mHwcServiceName(getHwcServiceName()) {} in SurfaceFlingerBE() function in android::SurfaceFlingerBE
1990 SurfaceFlingerBE::CompositePresentTime& cpt = getBE().mCompositePresentTimes.front(); in updateCompositorTiming()
2151 if (numPeriods < SurfaceFlingerBE::NUM_BUCKETS - 1) { in postComposition()
2154 getBE().mFrameBuckets[SurfaceFlingerBE::NUM_BUCKETS - 1] += elapsedTime; in postComposition()
4769 for (size_t b = 0; b < SurfaceFlingerBE::NUM_BUCKETS - 1; ++b) { in dumpStaticScreenStats()
4775 float bucketTimeSec = getBE().mFrameBuckets[SurfaceFlingerBE::NUM_BUCKETS - 1] / 1e9; in dumpStaticScreenStats()
4777 … static_cast<float>(getBE().mFrameBuckets[SurfaceFlingerBE::NUM_BUCKETS - 1]) / getBE().mTotalTime; in dumpStaticScreenStats()
4778 StringAppendF(&result, " %zd+ frames: %.3f s (%.1f%%)\n", SurfaceFlingerBE::NUM_BUCKETS - 1, in dumpStaticScreenStats()
4819 const SurfaceFlingerBE::BufferingStats& stats = statsPair.second; in dumpBufferingStats()