Searched defs:combine (Results 1 - 2 of 2) sorted by path

/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp122 static ProcResults combine(const ProcResults& a, const ProcResults& b) { function in struct:ProcResults
387 tot_results = ProcResults::combine(tot_results, tmp_results);
H A DPerfTest.cpp82 Results Results::combine(const Results& a, const Results& b) { function in class:Results
185 PResults PResults::combine(const PResults& a, const PResults& b) { function in class:PResults
189 ret.other = Results::combine(a.other, b.other);
190 ret.fifo = Results::combine(a.fifo, b.fifo);

Completed in 141 milliseconds