Home | History | Annotate | Download | only in android

Lines Matching refs:client_count

1727     unsigned int client_count = 0;
1732 client_count++;
1734 qemu_put_be32(f, client_count);
1816 int client_count = qemu_get_be32(f);
1818 for (i = 0; i < client_count; i++) {