Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp55 struct ProcResults { struct
58 ProcResults(size_t capacity) { data.reserve(capacity); } in ProcResults() argument
61 void combine_with(const ProcResults& append) { in combine_with() argument
152 void send(const ProcResults& v) { in send()
168 void recv(ProcResults& v) { in recv()
239 ProcResults results(iterations); in worker_fx()
340 ProcResults tot_results(0), tmp_results(0); in run_main()