Searched refs:replySize (Results 1 – 2 of 2) sorted by relevance
103 void *pCmdData, uint32_t *replySize, void *pReplyData) { in CTSEffects_command() argument113 if (pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()120 || pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()128 *replySize != sizeof(effect_config_t)) { in CTSEffects_command()131 memcpy(pReplyData, &pContext->mConfig, *replySize); in CTSEffects_command()137 if (pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()146 *replySize < (int)(sizeof(effect_param_t))) { in CTSEffects_command()155 pReplyData == NULL || *replySize != sizeof(int32_t)) { in CTSEffects_command()
34 uint32_t replySize __unused, in commandExecuted()