Home
last modified time | relevance | path

Searched refs:HandleKeyboardLedState (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/libvncclient/
Dvncviewer.c127 client->HandleKeyboardLedState = (HandleKeyboardLedStateProc)DummyPoint; in rfbGetClient()
188 client->HandleKeyboardLedState = (HandleKeyboardLedStateProc)DummyPoint; in rfbGetClient()
Drfbproto.c1797 if (client->HandleKeyboardLedState!=NULL) in HandleRFBServerMessage()
1798 client->HandleKeyboardLedState(client, rect.r.x, 0); in HandleRFBServerMessage()
/external/libvncserver/rfb/
Drfbclient.h284 HandleKeyboardLedStateProc HandleKeyboardLedState; member
/external/libvncserver/client_examples/
DSDLvncviewer.c523 cl->HandleKeyboardLedState=kbd_leds; in main()
Dgtkvncviewer.c644 cl->HandleKeyboardLedState = kbd_leds; in main()
/external/libvncserver/x11vnc/
Dscreen.c1503 client->HandleKeyboardLedState = NULL; in vnc_reflect_guess()