Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryIntegrationTest.cpp948 size_t infrequentLayerUpdates = 0; in TEST_P() local
949 while (infrequentLayerUpdates <= totalInfrequentLayerUpdates) { in TEST_P()
954 ALOGI("submitting infrequent frame [%zu/%zu]", infrequentLayerUpdates, in TEST_P()
958 infrequentLayerUpdates++; in TEST_P()
978 if (infrequentLayerUpdates > FREQUENT_LAYER_WINDOW_SIZE) { in TEST_P()
DLayerHistoryTest.cpp1523 int infrequentLayerUpdates = 0; in TEST_P() local
1524 while (infrequentLayerUpdates <= totalInfrequentLayerUpdates) { in TEST_P()
1530 ALOGI("submitting infrequent frame [%d/%d]", infrequentLayerUpdates, in TEST_P()
1535 infrequentLayerUpdates++; in TEST_P()
1555 if (infrequentLayerUpdates > FREQUENT_LAYER_WINDOW_SIZE) { in TEST_P()