Searched refs:replySize (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 535 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument 556 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 567 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 575 *replySize != sizeof(effect_config_t)) { in effect_command() 591 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 606 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 624 *replySize < (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint16_t)) || in effect_command() 626 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t)) { in effect_command() 629 cmdSize, *replySize); in effect_command() 640 context->ops.get_parameter(context, p, replySize); in effect_command() [all …]
|
D | bundle.h | 67 void *pCmdData, uint32_t *replySize, void *pReplyData);
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 511 uint32_t *replySize, in fx_command() argument 523 if (pReplyData == NULL || *replySize != sizeof(int)) in fx_command() 533 *replySize != sizeof(int)) { in fx_command() 548 *replySize != sizeof(effect_config_t)) { in fx_command() 563 *replySize < (int)sizeof(effect_param_t) || in fx_command() 565 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t)) { in fx_command() 581 *replySize != sizeof(int32_t)) { in fx_command() 595 if (pReplyData == NULL || *replySize != sizeof(int)) { in fx_command() 603 if (pReplyData == NULL || *replySize != sizeof(int)) { in fx_command()
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 67 void *pCmdData, uint32_t *replySize, void *pReplyData); 810 void *pCmdData __unused, uint32_t *replySize, void *pReplyData) in visualizer_command() argument 816 if (pReplyData == NULL || *replySize != visu_ctxt->capture_size) { in visualizer_command() 818 __func__, *replySize, visu_ctxt->capture_size); in visualizer_command() 1074 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument 1098 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 1109 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 1117 *replySize != sizeof(effect_config_t)) { in effect_command() 1133 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 1149 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() [all …]
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 360 uint32_t *replySize,
|