Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp306 ProcResults tmp_results; in run_main() local
307 pipes[i].recv(tmp_results); in run_main()
308 tot_results = ProcResults::combine(tot_results, tmp_results); in run_main()