Searched refs:rParameters (Results 1 – 1 of 1) sorted by relevance
135 IStreamIn::ReadParameters rParameters; in processCommand() local137 if (!mCommandMQ.read(&rParameters)) { in processCommand()142 switch (rParameters.command) { in processCommand()144 rStatus = doRead(rParameters); in processCommand()153 __func__, __LINE__, rParameters.command); in processCommand()158 rStatus.replyTo = rParameters.command; in processCommand()167 IStreamIn::ReadStatus doRead(const IStreamIn::ReadParameters &rParameters) { in doRead()187 static_cast<size_t>(rParameters.params.read)); in doRead()