Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp198 int server_count = cs_pair ? worker_count / 2 : worker_count; in worker_fx() local
204 for (int i = 0; i < server_count; i++) { in worker_fx()
213 for (int i = 0; (!cs_pair || num >= server_count) && i < iterations; i++) { in worker_fx()
215 int target = cs_pair ? num % server_count : rand() % workers.size(); in worker_fx()
H A Dschd-dbg.cpp338 int server_count = no_process / 2; in worker_fx() local
340 for (int i = 0; i < server_count; i++) { in worker_fx()
352 int target = num % server_count; in worker_fx()
380 cout << "\"P" << (num - server_count) << "\":{\"SYNC\":\"" in worker_fx()
/aosp12/system/libhwbinder/vts/performance/
H A DLatency.cpp176 static void clientFx(int num, int server_count, int iterations, Pipe p) { in clientFx() argument
184 for (int i = 0; i < server_count; i++) { in clientFx()