HomeSort by relevance Sort by last modified time
    Searched refs:vnc_display (Results 1 - 4 of 4) sorted by null

  /external/qemu/
vnc-android.c 46 static VncDisplay *vnc_display; /* needed for info vnc */ variable
187 if (vnc_display == NULL || vnc_display->display == NULL) {
191 vnc_display->lsock);
199 monitor_printf(mon, " auth: %s\n", vnc_auth_name(vnc_display));
201 if (vnc_display->clients) {
202 VncState *client = vnc_display->clients;
    [all...]
vnc.c 46 static VncDisplay *vnc_display; /* needed for info vnc */ variable
181 if (vnc_display == NULL || vnc_display->display == NULL) {
185 vnc_display->lsock);
193 monitor_printf(mon, " auth: %s\n", vnc_auth_name(vnc_display));
195 if (vnc_display->clients) {
196 VncState *client = vnc_display->clients;
    [all...]
vl-android.c 301 const char *vnc_display; variable
    [all...]
vl.c 230 const char *vnc_display; variable
    [all...]

Completed in 180 milliseconds