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.h40 MOCK_METHOD1(recordDisplayEventConnectionCount, void(int32_t));
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h65 virtual void recordDisplayEventConnectionCount(int32_t count) = 0;
240 void recordDisplayEventConnectionCount(int32_t count) override;
DTimeStats.cpp360 void TimeStats::recordDisplayEventConnectionCount(int32_t count) { in recordDisplayEventConnectionCount() function in android::impl::TimeStats
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp1043 mTimeStats->recordDisplayEventConnectionCount(DISPLAY_EVENT_CONNECTIONS); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2396 mTimeStats->recordDisplayEventConnectionCount(sfConnections + appConnections); in postComposition()