Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerHistoryTest.cpp723 int infrequentLayerUpdates = 0; in TEST_P() local
724 while (infrequentLayerUpdates <= totalInfrequentLayerUpdates) { in TEST_P()
729 ALOGI("submitting infrequent frame [%d/%d]", infrequentLayerUpdates, in TEST_P()
734 infrequentLayerUpdates++; in TEST_P()
754 if (infrequentLayerUpdates > FREQUENT_LAYER_WINDOW_SIZE) { in TEST_P()