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

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp108 struct ProcResults { struct
122 static ProcResults combine(const ProcResults& a, const ProcResults& b) {
123 ProcResults ret;
196 ProcResults results;
298 ProcResults tot_results;
300 ProcResults tmp_results;
302 tot_results = ProcResults::combine(tot_results, tmp_results);

Completed in 3704 milliseconds