Searched refs:LAYER_ID_0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TimeStatsTest.cpp | 67 #define LAYER_ID_0 0 macro 298 insertTimeRecord(NORMAL_SEQUENCE, LAYER_ID_0, 1, 1000000); in TEST_F() 300 mTimeStats->incrementLatchSkipped(LAYER_ID_0, TimeStats::LatchSkipReason::LateAcquire); in TEST_F() 302 insertTimeRecord(NORMAL_SEQUENCE_2, LAYER_ID_0, 2, 2000000); in TEST_F() 315 insertTimeRecord(NORMAL_SEQUENCE, LAYER_ID_0, 1, 1000000); in TEST_F() 317 mTimeStats->incrementBadDesiredPresent(LAYER_ID_0); in TEST_F() 319 insertTimeRecord(NORMAL_SEQUENCE_2, LAYER_ID_0, 2, 2000000); in TEST_F() 331 insertTimeRecord(NORMAL_SEQUENCE, LAYER_ID_0, 1, 1000000); in TEST_F() 332 mTimeStats->incrementJankyFrames({kRefreshRate0, kRenderRate0, UID_0, genLayerName(LAYER_ID_0), in TEST_F() 335 mTimeStats->incrementJankyFrames({kRefreshRate0, kRenderRate0, UID_0, genLayerName(LAYER_ID_0), in TEST_F() [all …]
|