Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp200 int service_count, in worker_fx() argument
210 for (int i = 0; i < service_count; i++) { in worker_fx()
233 int target = rand() % service_count; 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()
/aosp12/bionic/tests/
H A Dnetdb_test.cpp426 size_t service_count = 0; in TEST() local
428 ++service_count; in TEST()
430 ASSERT_GT(service_count, 0U); in TEST()
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp510 int service_count = ProgramOptions.instances; in ServiceCommand() local
515 while (service_count--) { in ServiceCommand()
576 int service_count = ProgramOptions.instances; in ClientCommand() local
601 while (service_count--) { in ClientCommand()