Searched refs:client_count (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dhw-qemud.c1727 unsigned int client_count = 0; local
1732 client_count++;
1734 qemu_put_be32(f, client_count);
1816 int client_count = qemu_get_be32(f); local
1818 for (i = 0; i < client_count; i++) {

Completed in 20 milliseconds