Searched refs:replySize (Results 1 – 1 of 1) sorted by relevance
57 void *pCmdData, uint32_t *replySize, void *pReplyData);735 void *pCmdData __unused, uint32_t *replySize, void *pReplyData) in visualizer_command() argument741 if (pReplyData == NULL || *replySize != visu_ctxt->capture_size) { in visualizer_command()743 __func__, *replySize, visu_ctxt->capture_size); in visualizer_command()999 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument1023 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()1034 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()1042 *replySize != sizeof(effect_config_t)) { in effect_command()1058 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()1074 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()[all …]