Searched refs:mFixSet (Results 1 – 6 of 6) sorted by relevance
41 bool mFixSet; variable44 mFixSet = false; in UlpProxyBase()47 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()48 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
123 if(mUlp->mFixSet) { in setUlpProxy()
121 if(mUlp->mFixSet) { in setUlpProxy()