Home
last modified time | relevance | path

Searched refs:enableSupportedEncodings (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/
Drfbserver.c437 cl->enableSupportedEncodings = FALSE; in rfbNewTCPOrUDPClient()
2096 cl->enableSupportedEncodings = FALSE; in rfbProcessClientNormalMessage()
2204 if (!cl->enableSupportedEncodings) { in rfbProcessClientNormalMessage()
2207 cl->enableSupportedEncodings = TRUE; in rfbProcessClientNormalMessage()
2788 if (cl->enableSupportedEncodings) in rfbSendFramebufferUpdate()
2794 cl->enableSupportedEncodings = FALSE; in rfbSendFramebufferUpdate()
/external/libvncserver/rfb/
Drfb.h622 rfbBool enableSupportedEncodings; /**< client supports SupportedEncodings encoding */ member