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()
1107 SurfaceFlingerBE mBE;
DSurfaceFlinger.cpp273 SurfaceFlingerBE::SurfaceFlingerBE() : mHwcServiceName(getHwcServiceName()) {} in SurfaceFlingerBE() function in android::SurfaceFlingerBE
1956 SurfaceFlingerBE::CompositePresentTime& cpt = getBE().mCompositePresentTimes.front(); in updateCompositorTiming()
2107 if (numPeriods < SurfaceFlingerBE::NUM_BUCKETS - 1) { in postComposition()
2110 getBE().mFrameBuckets[SurfaceFlingerBE::NUM_BUCKETS - 1] += elapsedTime; in postComposition()
4653 for (size_t b = 0; b < SurfaceFlingerBE::NUM_BUCKETS - 1; ++b) { in dumpStaticScreenStats()
4659 float bucketTimeSec = getBE().mFrameBuckets[SurfaceFlingerBE::NUM_BUCKETS - 1] / 1e9; in dumpStaticScreenStats()
4661 … static_cast<float>(getBE().mFrameBuckets[SurfaceFlingerBE::NUM_BUCKETS - 1]) / getBE().mTotalTime; in dumpStaticScreenStats()
4662 StringAppendF(&result, " %zd+ frames: %.3f s (%.1f%%)\n", SurfaceFlingerBE::NUM_BUCKETS - 1, in dumpStaticScreenStats()
4703 const SurfaceFlingerBE::BufferingStats& stats = statsPair.second; in dumpBufferingStats()