Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp382 testDelay(1.0); // TODO - need means to query whether asyncronous stop in main()
506 testDelay(perSetDelay); in main()
513 testDelay(endDelay); in main()
H A DhwcColorEquiv.cpp287 testDelay(1.0); // TODO - needs means to query whether asynchronous stop in main()
397 testDelay(endDelay); in main()
H A DhwcRects.cpp243 testDelay(1.0); // TODO - needs means to query whether asyncronous stop in main()
346 testDelay(endDelay); in main()
H A DhwcCommit.cpp421 testDelay(1.0); // TODO - needs means to query whether asynchronous stop in main()
/aosp12/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h37 void testDelay(float amt);
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c262 void testDelay(float amt) in testDelay() function