Searched refs:service_count (Results 1 - 2 of 2) sorted by last modified time

/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp199 int service_count,
209 for (int i = 0; i < service_count; i++) {
232 int target = rand() % service_count;
272 Pipe make_worker(int num, int iterations, int service_count, bool get_stub) { argument
280 worker_fx(num, iterations, service_count, get_stub,
196 worker_fx( int num, int iterations, int service_count, bool get_stub, Pipe p) argument
/system/core/init/
H A Dreboot.cpp405 int service_count = 0; local
411 service_count = 0;
412 ServiceManager::GetInstance().ForEachService([&service_count](Service* s) {
419 service_count++;
423 if (service_count == 0) {
432 << " with remaining services:" << service_count; local

Completed in 94 milliseconds