Lines Matching refs:hostCon
106 HostConnection *hostCon = HostConnection::get(); \
107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
110 HostConnection *hostCon = HostConnection::get(); \
111 if (!hostCon) { \
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
323 if (hostCon && rcEnc) {
460 hostCon->flush();
503 hostCon->flush();
903 HostConnection *hostCon = HostConnection::get();
904 if (!hostCon) {