Searched refs:pReplyData (Results 1 – 1 of 1) sorted by relevance
103 void *pCmdData, uint32_t *replySize, void *pReplyData) { in CTSEffects_command() argument113 if (pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()116 *(int *) pReplyData = 0; in CTSEffects_command()120 || pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()124 *(int *) pReplyData = 0; in CTSEffects_command()127 if (pReplyData == NULL || in CTSEffects_command()131 memcpy(pReplyData, &pContext->mConfig, *replySize); in CTSEffects_command()137 if (pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()140 *(int *)pReplyData = 0; in CTSEffects_command()145 pReplyData == NULL || in CTSEffects_command()[all …]