Searched refs:_rfbClient (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/rfb/ |
D | rfbclient.h | 142 struct _rfbClient; 154 typedef void (*HandleTextChatProc)(struct _rfbClient* client, int value, char *text); 164 typedef void (*HandleXvpMsgProc)(struct _rfbClient* client, uint8_t version, uint8_t opcode); 165 typedef void (*HandleKeyboardLedStateProc)(struct _rfbClient* client, int value, int pad); 166 typedef rfbBool (*HandleCursorPosProc)(struct _rfbClient* client, int x, int y); 167 typedef void (*SoftCursorLockAreaProc)(struct _rfbClient* client, int x, int y, int w, int h); 168 typedef void (*SoftCursorUnlockScreenProc)(struct _rfbClient* client); 169 typedef void (*GotFrameBufferUpdateProc)(struct _rfbClient* client, int x, int y, int w, int h); 170 typedef void (*FinishedFrameBufferUpdateProc)(struct _rfbClient* client); 171 typedef char* (*GetPasswordProc)(struct _rfbClient* client); [all …]
|