/cts/tests/tests/security/testeffect/ |
CTSTestEffect.cpp | 103 void *pCmdData, uint32_t *replySize, void *pReplyData) { 113 if (pReplyData == NULL || *replySize != sizeof(int)) { 116 *(int *) pReplyData = 0; 120 || pReplyData == NULL || *replySize != sizeof(int)) { 124 *(int *) pReplyData = 0; 127 if (pReplyData == NULL || 131 memcpy(pReplyData, &pContext->mConfig, *replySize); 137 if (pReplyData == NULL || *replySize != sizeof(int)) { 140 *(int *)pReplyData = 0; 145 pReplyData == NULL | [all...] |
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 412 void *pCmdData, uint32_t *replySize, void *pReplyData) { 425 if (pReplyData == NULL || *replySize != sizeof(int)) { 428 *(int *) pReplyData = Visualizer_init(pContext); 432 || pReplyData == NULL || *replySize != sizeof(int)) { 435 *(int *) pReplyData = Visualizer_setConfig(pContext, 439 if (pReplyData == NULL || 443 Visualizer_getConfig(pContext, (effect_config_t *)pReplyData); 449 if (pReplyData == NULL || *replySize != sizeof(int)) { 457 *(int *)pReplyData = 0; 460 if (pReplyData == NULL || *replySize != sizeof(int)) [all...] |
/frameworks/av/media/libeffects/loudness/ |
EffectLoudnessEnhancer.cpp | 311 void *pCmdData, uint32_t *replySize, void *pReplyData) { 323 if (pReplyData == NULL || *replySize != sizeof(int)) { 326 *(int *) pReplyData = LE_init(pContext); 330 || pReplyData == NULL || *replySize != sizeof(int)) { 333 *(int *) pReplyData = LE_setConfig(pContext, 337 if (pReplyData == NULL || 341 LE_getConfig(pContext, (effect_config_t *)pReplyData); 347 if (pReplyData == NULL || *replySize != sizeof(int)) { 355 *(int *)pReplyData = 0; 358 if (pReplyData == NULL || *replySize != sizeof(int)) [all...] |
/frameworks/av/include/media/ |
IEffect.h | 40 void *pReplyData) = 0;
|
IEffectClient.h | 38 void *pReplyData) = 0;
|
AudioEffect.h | 412 void *pReplyData); 434 void *pReplyData) { 435 mEffect->commandExecuted(cmdCode, cmdSize, pCmdData, replySize, pReplyData);
|
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 54 void *pCmdData, uint32_t *replySize, void *pReplyData); 767 void *pCmdData, uint32_t *replySize, void *pReplyData) 773 if (pReplyData == NULL || *replySize != visu_ctxt->capture_size) { 798 memcpy(pReplyData, 801 pReplyData = (void *)((size_t)pReplyData + size); 805 memcpy(pReplyData, 817 memset(pReplyData, 0x80, visu_ctxt->capture_size); 822 memset(pReplyData, 0x80, visu_ctxt->capture_size); 858 int32_t* p_int_reply_data = (int32_t*)pReplyData; [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 627 void *pCmdData, uint32_t *replySize, void *pReplyData) { 642 if (pReplyData == NULL || *replySize != sizeof(int)) { 645 *(int *) pReplyData = Equalizer_init(pContext); 649 || pReplyData == NULL || *replySize != sizeof(int)) { 652 *(int *) pReplyData = Equalizer_setConfig(pContext, 656 if (pReplyData == NULL || *replySize != sizeof(effect_config_t)) { 666 pReplyData == NULL || *replySize < (int) (sizeof(effect_param_t) + sizeof(int32_t))) { 670 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize); 671 p = (effect_param_t *)pReplyData; 676 ALOGV("Equalizer_command EFFECT_CMD_GET_PARAM *pCmdData %d, *replySize %d, *pReplyData %08x %08x" [all...] |
EffectReverb.c | 280 void *pCmdData, uint32_t *replySize, void *pReplyData) { 296 if (pReplyData == NULL || *replySize != sizeof(int)) { 299 *(int *) pReplyData = Reverb_Init(pRvbModule, pReverb->m_Aux, pReverb->m_Preset); 300 if (*(int *) pReplyData == 0) { 306 || pReplyData == NULL || *replySize != sizeof(int)) { 309 *(int *) pReplyData = Reverb_setConfig(pRvbModule, 313 if (pReplyData == NULL || *replySize != sizeof(effect_config_t)) { 322 ALOGV("Reverb_Command EFFECT_CMD_GET_PARAM pCmdData %p, *replySize %d, pReplyData: %p",pCmdData, *replySize, pReplyData); 325 pReplyData == NULL || *replySize < (int) sizeof(effect_param_t)) [all...] |
/hardware/qcom/audio/voice_processing/ |
voice_processing.c | 511 void *pReplyData) 522 if (pReplyData == NULL || *replySize != sizeof(int)) 525 *(int *)pReplyData = 0; 531 pReplyData == NULL|| 536 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData); 537 if (*(int *)pReplyData != 0) 541 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG); 546 if (pReplyData == NULL || 552 session_get_config(effect->session, (effect_config_t *)pReplyData); 561 pReplyData == NULL | [all...] |
/frameworks/av/media/libmedia/ |
IEffectClient.cpp | 63 void *pReplyData) 78 if (pReplyData == NULL) { 83 data.write(pReplyData, size);
|
IEffect.cpp | 66 void *pReplyData) 96 if (size != 0 && pReplyData != NULL && pReplySize != NULL) { 97 reply.read(pReplyData, size);
|
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | [all...] |
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 205 void *pReplyData) { 246 *(int*)pReplyData = FAILED_TRANSACTION; 256 *(int*)pReplyData = FAILED_TRANSACTION; 268 pCmdData, replySize, pReplyData); 270 *(int*)pReplyData = NO_ERROR; 272 *(int*)pReplyData); 320 subReplyData[i] = pReplyData; 324 subReplyData[i] = pReplyData == NULL ? NULL : pContext->replyData;
|
EffectProxy.h | 51 void *pReplyData);
|
/device/samsung/manta/voicefx/ |
eS305VoiceProcessing.cpp | 742 void *pReplyData) 756 if (pReplyData == NULL || *replySize != sizeof(int)){ 762 *(int *)pReplyData = 0; 768 pReplyData == NULL|| 775 *(int *)pReplyData = AdncSession_SetConfig(effect->session, (effect_config_t *)pCmdData); 777 if (*(int *)pReplyData != 0) { 781 *(int *)pReplyData = AdncPreProFx_SetState(effect, PFX_EFFECT_STATE_CONFIG); 786 if (pReplyData == NULL || 793 AdncSession_GetConfig(effect->session, (effect_config_t *)pReplyData); 799 pReplyData == NULL | [all...] |
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.c | 371 void *pCmdData, uint32_t *replySize, void *pReplyData) { 387 if (pReplyData == NULL || *replySize != sizeof(int)) { 390 *(int *) pReplyData = Downmix_Init(pDwmModule); 395 || pReplyData == NULL || *replySize != sizeof(int)) { 398 *(int *) pReplyData = Downmix_Configure(pDwmModule, 407 ALOGV("Downmix_Command EFFECT_CMD_GET_PARAM pCmdData %p, *replySize %d, pReplyData: %p", 408 pCmdData, *replySize, pReplyData); 410 pReplyData == NULL || 414 effect_param_t *rep = (effect_param_t *) pReplyData; 415 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + sizeof(int32_t)) [all...] |
EffectDownmix.h | 84 void *pReplyData);
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | [all...] |
/frameworks/av/services/audioflinger/ |
Effects.h | 68 void *pReplyData); 180 void *pReplyData); 199 void *pReplyData);
|
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES_Android.h | 64 void *pReplyData);
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_Android.h | 64 void *pReplyData);
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_Android.h | 64 void *pReplyData);
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES_Android.h | 64 void *pReplyData);
|