Searched refs:isLastCommand (Results 1 – 1 of 1) sorted by relevance
2630 const bool isLastCommand = currentCommand == mCommands.size() - 1; in interceptRawReply() local2633 if ((!isLastCommand && reply.status != STATUS_OK) || in interceptRawReply()2634 (isLastCommand && reply.status != STATUS_BAD_VALUE)) { in interceptRawReply()2641 return isLastCommand; in interceptRawReply()