Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DBenchmark.cpp127 res |= BenchmarkCreate([&](int progress) -> bool { in benchmarkInternal()
H A DBenchmarkGen.h4076 static status_t BenchmarkCreate(std::function<bool(int)> checkpoint) { in BenchmarkCreate() function