Searched refs:expectedReplySize (Results 1 – 2 of 2) sorted by relevance
411 uint32_t expectedReplySize = *replySize; in sendCommandReturningData() local413 if (status == OK && *replySize != expectedReplySize) { in sendCommandReturningData()
3174 uint32_t expectedReplySize = sizeof(effect_param_t) + paddedParamSize + p->vsize; in Effect_command() local3175 if (*replySize < expectedReplySize) { in Effect_command()3177 expectedReplySize, *replySize); in Effect_command()