Searched refs:vnc_update_client (Results 1 - 2 of 2) sorted by path

/external/qemu/
H A Dvnc-android.c224 static void vnc_update_client(void *opaque);
681 vnc_update_client(vs);
710 static void vnc_update_client(void *opaque) function
2076 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs);
2094 vnc_update_client(vs);
H A Dvnc.c218 static void vnc_update_client(void *opaque);
675 vnc_update_client(vs);
704 static void vnc_update_client(void *opaque) function
2070 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs);
2088 vnc_update_client(vs);

Completed in 66 milliseconds