Searched refs:connType (Results 1 – 5 of 5) sorted by relevance
36 extern bool processPipeInit(HostConnectionType connType, renderControl_encoder_context_t *rcEnc);
200 bool processPipeInit(HostConnectionType connType, renderControl_encoder_context_t *rcEnc) { in processPipeInit() argument201 sConnType = connType; in processPipeInit()
33 … virtual bool processPipeInit(HostConnectionType connType, renderControl_encoder_context_t *rcEnc);
345 bool processPipeInit(HostConnectionType connType, renderControl_encoder_context_t *rcEnc) in processPipeInit() argument347 return ::processPipeInit(connType, rcEnc); in processPipeInit()380 const enum HostConnectionType connType = getConnectionTypeFromProperty(); in connect() local385 switch (connType) { in connect()
130 …virtual bool processPipeInit(HostConnectionType connType, renderControl_encoder_context_t *rcEnc) …