Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/JankBench/app/src/main/jni/
H A DBench.h49 bool runPowerManagementTest(uint64_t options);
H A Dtest.cpp60 return b->runPowerManagementTest(options); in Java_com_android_benchmark_synthetic_TestInterface_nRunPowerManagementTest()
H A DBench.cpp103 bool Bench::runPowerManagementTest(uint64_t options) { in runPowerManagementTest() function in Bench