Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp199 int service_count, in worker_fx() argument
209 for (int i = 0; i < service_count; i++) { in worker_fx()
232 int target = rand() % service_count; in worker_fx()
272 Pipe make_worker(int num, int iterations, int service_count, bool get_stub) { in make_worker() argument
280 worker_fx(num, iterations, service_count, get_stub, in make_worker()
/system/core/init/
Dreboot.cpp440 int service_count = 0; in DoReboot() local
446 service_count = 0; in DoReboot()
454 service_count++; in DoReboot()
458 if (service_count == 0) { in DoReboot()
467 << " with remaining services:" << service_count; in DoReboot()