Home
last modified time | relevance | path

Searched refs:check_rate (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
Dutil.c560 static int check_rate = -1; in rfbPE() local
600 if (check_rate != 0) { in rfbPE()
601 if (check_rate < 0) { in rfbPE()
603 check_rate = 1; in rfbPE()
605 check_rate = 0; in rfbPE()
608 if (check_rate && !all_input && x11vnc_current < last_client + 45) { in rfbPE()
/external/libvncserver/webclients/novnc/include/
Drfb.js586 setTimeout(checkEvents, conf.check_rate);
882 setTimeout(checkEvents, conf.check_rate);