/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 512 void *pReplyData) in fx_command() argument 523 if (pReplyData == NULL || *replySize != sizeof(int)) in fx_command() 526 *(int *)pReplyData = 0; in fx_command() 532 pReplyData == NULL|| in fx_command() 537 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData); in fx_command() 538 if (*(int *)pReplyData != 0) in fx_command() 542 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG); in fx_command() 547 if (pReplyData == NULL || in fx_command() 553 session_get_config(effect->session, (effect_config_t *)pReplyData); in fx_command() 562 pReplyData == NULL || in fx_command() [all …]
|
/hardware/qcom/audio/msm8909/voice_processing/ |
D | voice_processing.c | 515 void *pReplyData) in fx_command() argument 526 if (pReplyData == NULL || *replySize != sizeof(int)) in fx_command() 529 *(int *)pReplyData = 0; in fx_command() 535 pReplyData == NULL|| in fx_command() 540 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData); in fx_command() 541 if (*(int *)pReplyData != 0) in fx_command() 545 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG); in fx_command() 550 if (pReplyData == NULL || in fx_command() 556 session_get_config(effect->session, (effect_config_t *)pReplyData); in fx_command() 565 pReplyData == NULL || in fx_command() [all …]
|
/hardware/qcom/audio/msm8909/post_proc/ |
D | bundle.c | 558 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument 580 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 585 *(int *) pReplyData = context->ops.init(context); in effect_command() 587 *(int *) pReplyData = 0; in effect_command() 591 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 595 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData); in effect_command() 598 if (pReplyData == NULL || in effect_command() 608 get_config(context, (effect_config_t *)pReplyData); in effect_command() 615 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 626 *(int *)pReplyData = 0; in effect_command() [all …]
|
D | bundle.h | 70 void *pCmdData, uint32_t *replySize, void *pReplyData);
|
/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() 561 *(int *) pReplyData = context->ops.init(context); in effect_command() 563 *(int *) pReplyData = 0; in effect_command() 567 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 571 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData); in effect_command() 574 if (pReplyData == NULL || in effect_command() 584 get_config(context, (effect_config_t *)pReplyData); in effect_command() 591 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command() 603 *(int *)pReplyData = 0; in effect_command() [all …]
|
D | bundle.h | 67 void *pCmdData, uint32_t *replySize, void *pReplyData);
|
/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() 841 memcpy(pReplyData, in visualizer_command() 844 pReplyData = (void *)((size_t)pReplyData + size); in visualizer_command() 848 memcpy(pReplyData, in visualizer_command() 860 memset(pReplyData, 0x80, visu_ctxt->capture_size); in visualizer_command() 865 memset(pReplyData, 0x80, visu_ctxt->capture_size); in visualizer_command() 901 int32_t* p_int_reply_data = (int32_t*)pReplyData; in visualizer_command() 1074 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument [all …]
|
/hardware/qcom/audio/msm8909/visualizer/ |
D | offload_visualizer.c | 57 void *pCmdData, uint32_t *replySize, void *pReplyData); 789 void *pCmdData, uint32_t *replySize, void *pReplyData) in visualizer_command() argument 795 if (pReplyData == NULL || *replySize != visu_ctxt->capture_size) { in visualizer_command() 820 memcpy(pReplyData, in visualizer_command() 823 pReplyData = (void *)((size_t)pReplyData + size); in visualizer_command() 827 memcpy(pReplyData, in visualizer_command() 839 memset(pReplyData, 0x80, visu_ctxt->capture_size); in visualizer_command() 844 memset(pReplyData, 0x80, visu_ctxt->capture_size); in visualizer_command() 880 int32_t* p_int_reply_data = (int32_t*)pReplyData; in visualizer_command() 1057 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument [all …]
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 361 void *pReplyData);
|