Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp162 struct BenchmarkResult { struct
575 std::vector<std::future<BenchmarkResult>> client_results; in ClientCommand()
607 std::promise<BenchmarkResult> result_promise; in ClientCommand()
615 std::promise<BenchmarkResult> result, std::promise<void> ready) { in ClientCommand()
847 BenchmarkResult benchmark_result = result.get(); in ClientCommand()