Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp201 bool get_stub, in worker_fx() argument
212 generateServiceName(i), get_stub); in worker_fx()
214 if (get_stub) { in worker_fx()
273 Pipe make_worker(int num, int iterations, int service_count, bool get_stub) { in make_worker() argument
281 worker_fx(num, iterations, service_count, get_stub, in make_worker()
360 bool get_stub = mode == HwBinderMode::kBinderize ? false : true; in main() local
362 worker_pipes.push_back(make_worker(i, iterations, services, get_stub)); in main()