Home
last modified time | relevance | path

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

/aosp12/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h38 void testDelaySpin(float amt);
/aosp12/frameworks/native/services/powermanager/benchmarks/
H A DPowerHalAidlBenchmarks.cpp84 testDelaySpin(std::chrono::duration_cast<std::chrono::duration<float>>(delay).count()); in runBenchmark()
123 testDelaySpin(std::chrono::duration_cast<std::chrono::duration<float>>(ONEWAY_API_DELAY) in runSessionBenchmark()
H A DPowerHalHidlBenchmarks.cpp63 testDelaySpin(std::chrono::duration_cast<std::chrono::duration<float>>(delay).count()); in runBenchmark()
H A DPowerHalControllerBenchmarks.cpp68 testDelaySpin( in runCachedBenchmark()
/aosp12/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp159 if (options.iterDelay > 0.0) { testDelaySpin(options.iterDelay); } in BM_addInts()
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c288 void testDelaySpin(float amt) in testDelaySpin() function