Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp107 struct ProcResults { struct
125 static ProcResults combine(const ProcResults& a, const ProcResults& b) { in combine() argument
126 ProcResults ret; in combine()
211 ProcResults results; in worker_fx()
304 ProcResults tot_results; in run_main()
306 ProcResults tmp_results; in run_main()
308 tot_results = ProcResults::combine(tot_results, tmp_results); in run_main()