Searched refs:pReplyData (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 537 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument 558 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 563 *(int *) pReplyData = context->ops.init(context); in effect_command() 565 *(int *) pReplyData = 0; in effect_command() 569 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 573 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData); in effect_command() 576 if (pReplyData == NULL || in effect_command() 586 get_config(context, (effect_config_t *)pReplyData); in effect_command() 593 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 605 *(int *)pReplyData = 0; in effect_command() [all …]
|
D | bundle.h | 67 void *pCmdData, uint32_t *replySize, void *pReplyData);
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 525 void *pReplyData) in fx_command() argument 536 if (pReplyData == NULL || *replySize != sizeof(int)) in fx_command() 539 *(int *)pReplyData = 0; in fx_command() 545 pReplyData == NULL|| in fx_command() 550 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData); in fx_command() 551 if (*(int *)pReplyData != 0) in fx_command() 555 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG); in fx_command() 560 if (pReplyData == NULL || in fx_command() 566 session_get_config(effect->session, (effect_config_t *)pReplyData); in fx_command() 575 pReplyData == NULL || in fx_command() [all …]
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 69 void *pCmdData, uint32_t *replySize, void *pReplyData); 820 void *pCmdData __unused, uint32_t *replySize, void *pReplyData) in visualizer_command() argument 826 if (pReplyData == NULL || *replySize != visu_ctxt->capture_size) { in visualizer_command() 851 memcpy(pReplyData, in visualizer_command() 854 pReplyData = (void *)((size_t)pReplyData + size); in visualizer_command() 858 memcpy(pReplyData, in visualizer_command() 870 memset(pReplyData, 0x80, visu_ctxt->capture_size); in visualizer_command() 875 memset(pReplyData, 0x80, visu_ctxt->capture_size); in visualizer_command() 880 if (pReplyData == NULL || replySize == NULL || in visualizer_command() 923 int32_t* p_int_reply_data = (int32_t*)pReplyData; in visualizer_command() [all …]
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 147 void *pReplyData);
|