Searched refs:rParameters (Results 1 – 1 of 1) sorted by relevance
136 IStreamIn::ReadParameters rParameters; in processCommand() local138 if (!mCommandMQ.read(&rParameters)) { in processCommand()143 switch (rParameters.command) { in processCommand()145 rStatus = doRead(rParameters); in processCommand()154 __func__, __LINE__, rParameters.command); in processCommand()159 rStatus.replyTo = rParameters.command; in processCommand()168 IStreamIn::ReadStatus doRead(const IStreamIn::ReadParameters &rParameters) { in doRead()170 static_cast<size_t>(rParameters.params.read)); in doRead()