Searched refs:rParameters (Results 1 – 1 of 1) sorted by relevance
130 IStreamIn::ReadParameters rParameters; in processCommand() local132 if (!mCommandMQ.read(&rParameters)) { in processCommand()137 switch (rParameters.command) { in processCommand()139 rStatus = doRead(rParameters); in processCommand()148 __func__, __LINE__, rParameters.command); in processCommand()153 rStatus.replyTo = rParameters.command; in processCommand()162 IStreamIn::ReadStatus doRead(const IStreamIn::ReadParameters &rParameters) { in doRead()182 static_cast<size_t>(rParameters.params.read)); in doRead()