Lines Matching refs:hostCon
110 HostConnection *hostCon = HostConnection::get(); \
111 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
114 HostConnection *hostCon = HostConnection::get(); \
115 if (!hostCon) { \
119 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
240 if (hostCon && rcEnc) {
370 hostCon->flush();
408 hostCon->flush();
670 HostConnection *hostCon = HostConnection::get();
671 if (!hostCon) {