Home
last modified time | relevance | path

Searched refs:recordDisplayEventConnectionCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockTimeStats.h37 MOCK_METHOD1(recordDisplayEventConnectionCount, void(int32_t));
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h60 virtual void recordDisplayEventConnectionCount(int32_t count) = 0;
253 void recordDisplayEventConnectionCount(int32_t count) override;
DTimeStats.cpp348 void TimeStats::recordDisplayEventConnectionCount(int32_t count) { in recordDisplayEventConnectionCount() function in android::impl::TimeStats
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp1060 mTimeStats->recordDisplayEventConnectionCount(DISPLAY_EVENT_CONNECTIONS); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2575 mTimeStats->recordDisplayEventConnectionCount(sfConnections + appConnections); in postComposition()