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.h41 MOCK_METHOD1(recordDisplayEventConnectionCount, void(int32_t));
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h71 virtual void recordDisplayEventConnectionCount(int32_t count) = 0;
237 void recordDisplayEventConnectionCount(int32_t count) override;
DTimeStats.cpp302 void TimeStats::recordDisplayEventConnectionCount(int32_t count) { in recordDisplayEventConnectionCount() function in android::impl::TimeStats
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp907 mTimeStats->recordDisplayEventConnectionCount(DISPLAY_EVENT_CONNECTIONS); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2310 mTimeStats->recordDisplayEventConnectionCount(sfConnections + appConnections); in postComposition()