Lines Matching defs:hostCon
302 HostConnection *hostCon = HostConnection::get(); \
303 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
306 HostConnection *hostCon = HostConnection::get(); \
307 if (!hostCon) { \
311 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
652 if (hostCon && rcEnc) {
818 hostCon->flush();
861 hostCon->flush();
1322 HostConnection *hostCon = HostConnection::get();
1323 if (!hostCon) {