Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dpointer.c590 if (pipeinput_int == PIPEINPUT_VID) { in pipe_pointer()
592 } else if (pipeinput_int == PIPEINPUT_CONSOLE) { in pipe_pointer()
594 } else if (pipeinput_int == PIPEINPUT_UINPUT) { in pipe_pointer()
596 } else if (pipeinput_int == PIPEINPUT_MACOSX) { in pipe_pointer()
598 } else if (pipeinput_int == PIPEINPUT_VNC) { in pipe_pointer()
720 if ((pipeinput_fh != NULL || pipeinput_int) && mask >= 0) { in pointer_event()
1016 pipeinput_int = PIPEINPUT_VID; in initialize_pipeinput()
1032 pipeinput_int = PIPEINPUT_CONSOLE; in initialize_pipeinput()
1045 pipeinput_int = PIPEINPUT_UINPUT; in initialize_pipeinput()
1049 pipeinput_int = PIPEINPUT_MACOSX; in initialize_pipeinput()
[all …]
Doptions.h176 extern int pipeinput_int;
Doptions.c209 int pipeinput_int = 0; variable
Dkeyboard.c2910 if (pipeinput_int == PIPEINPUT_VID) { in pipe_keyboard()
2912 } else if (pipeinput_int == PIPEINPUT_CONSOLE) { in pipe_keyboard()
2914 } else if (pipeinput_int == PIPEINPUT_UINPUT) { in pipe_keyboard()
2916 } else if (pipeinput_int == PIPEINPUT_MACOSX) { in pipe_keyboard()
2918 } else if (pipeinput_int == PIPEINPUT_VNC) { in pipe_keyboard()
3264 if (pipeinput_fh != NULL || pipeinput_int) { in keyboard()