Home
last modified time | relevance | path

Searched refs:client_dpms (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
Dpm.c239 if (force_dpms || (client_dpms && client_count)) { in check_dpms()
Doptions.h354 extern int client_dpms;
Doptions.c460 int client_dpms = 0; variable
Dremote.c4905 snprintf(buf, bufn, "ans=%s:%d", p, client_dpms); in process_remote_cmd()
4909 client_dpms = 1; in process_remote_cmd()
4914 snprintf(buf, bufn, "ans=%s:%d", p, !client_dpms); in process_remote_cmd()
4918 client_dpms = 0; in process_remote_cmd()
Dx11vnc.c3741 client_dpms = 1; in main()