Searched refs:cmdSize (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 536 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 568 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 624 cmdSize < (int)(sizeof(effect_param_t) + sizeof(uint32_t)) || in effect_command() 631 cmdSize, *replySize); in effect_command() 646 cmdSize < (int)(sizeof(effect_param_t) + sizeof(uint32_t) + in effect_command() 651 cmdSize, *replySize); in effect_command() 664 if (pCmdData == NULL || cmdSize < sizeof(uint32_t)) { in effect_command() 666 ALOGV("EFFECT_CMD_SET_DEVICE invalid command cmdSize %d", cmdSize); in effect_command() 678 if (pCmdData == NULL || cmdSize != 2 * sizeof(uint32_t) || in effect_command() 689 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() [all …]
|
D | bundle.h | 66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize,
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 522 uint32_t cmdSize, in fx_command() argument 544 cmdSize != sizeof(effect_config_t)|| in fx_command() 574 cmdSize < (int)sizeof(effect_param_t) || in fx_command() 592 cmdSize < (int)sizeof(effect_param_t) || in fx_command() 628 cmdSize != sizeof(uint32_t)) { in fx_command()
|
/hardware/libhardware/include_all/hardware/ |
D | audio_effect.h | 144 uint32_t cmdSize,
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 144 uint32_t cmdSize,
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 68 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize, 819 int visualizer_command(effect_context_t * context, uint32_t cmdCode, uint32_t cmdSize __unused, in visualizer_command() 1098 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 1133 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 1191 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t)) || in effect_command() 1208 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t)) || in effect_command() 1227 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() 1259 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
|
/hardware/google/gfxstream/guest/platform/rutabaga/ |
D | RutabagaLayer.h | 63 int SubmitCmd(uint32_t contextId, uint32_t cmdSize, void* cmd, uint32_t ringIdx,
|
D | RutabagaLayer.cpp | 96 int SubmitCmd(uint32_t contextId, uint32_t cmdSize, void* cmd, uint32_t ringIdx, 655 int EmulatedVirtioGpu::EmulatedVirtioGpuImpl::SubmitCmd(uint32_t contextId, uint32_t cmdSize, in SubmitCmd() argument 668 reinterpret_cast<std::byte*>(cmd) + cmdSize), in SubmitCmd() 1109 int EmulatedVirtioGpu::SubmitCmd(uint32_t contextId, uint32_t cmdSize, void* cmd, uint32_t ringIdx, in SubmitCmd() argument 1112 return mImpl->SubmitCmd(contextId, cmdSize, cmd, ringIdx, fenceFlags, fenceId, blobResourceId); in SubmitCmd()
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 232 uint32_t cmdSize; member
|