Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp892 constexpr size_t DISPLAY_EVENT_CONNECTIONS = 14; in TEST_F() local
907 mTimeStats->recordDisplayEventConnectionCount(DISPLAY_EVENT_CONNECTIONS); in TEST_F()
935 EXPECT_CALL(*mDelegate, statsEventWriteInt32(mDelegate->mEvent, DISPLAY_EVENT_CONNECTIONS)); in TEST_F()