Home
last modified time | relevance | path

Searched refs:last_fb_bytes_sent (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dx11vnc_defs.c163 time_t last_fb_bytes_sent = 0; variable
Dx11vnc.h591 extern time_t last_fb_bytes_sent;
Dscan.c2888 if(now > last_fb_bytes_sent + no_fbu_blank) { in nap_set()
2891 (int) now, (int) last_fb_bytes_sent); in nap_set()
2978 dt_fbu = (int) (now - last_fb_bytes_sent); in nap_check()
Dscreen.c4117 if (last_fb_bytes_sent == 0) {
4118 last_fb_bytes_sent = now;
4151 (int) now, (int) last_fb_bytes_sent);
4153 last_fb_bytes_sent = now;