Home
last modified time | relevance | path

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

/system/extras/tests/lib/testUtil/include/
DtestUtil.h38 void testDelaySpin(float amt);
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp159 if (options.iterDelay > 0.0) { testDelaySpin(options.iterDelay); } in BM_addInts()
/system/extras/tests/lib/testUtil/
DtestUtil.c287 void testDelaySpin(float amt) in testDelaySpin() function