Home
last modified time | relevance | path

Searched refs:console_key_command (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dlinuxfb.h38 extern void console_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client);
Dlinuxfb.c54 void console_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client);
272 void console_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client) { in console_key_command() function
Dkeyboard.c2913 console_key_command(down, keysym, client); in pipe_keyboard()