Home
last modified time | relevance | path

Searched defs:cmdDataLen (Results 1 – 13 of 13) sorted by relevance

/drivers/peripheral/audio/effect/model/src/mock_effect/
Dmock_effect_lib.c34 static int32_t MockEffectInitController(int8_t *commandData, uint32_t cmdDataLen, in MockEffectInitController()
45 static int32_t MockEffectSetConfig(int8_t *commandData, uint32_t cmdDataLen, int8_t *replyData, uin… in MockEffectSetConfig()
55 static int32_t MockEffectGetCofig(int8_t *commandData, uint32_t cmdDataLen, int8_t *replyData, uint… in MockEffectGetCofig()
65 static int32_t MockEffectReset(int8_t *commandData, uint32_t cmdDataLen, int8_t *replyData, uint32_… in MockEffectReset()
75 static int32_t MockEffectEnable(int8_t *commandData, uint32_t cmdDataLen, int8_t *replyData, uint32… in MockEffectEnable()
85 static int32_t MockEffectDisable(int8_t *commandData, uint32_t cmdDataLen, int8_t *replyData, uint3… in MockEffectDisable()
95 static int32_t MockEffectSetparams(int8_t *commandData, uint32_t cmdDataLen, int8_t *replyData, uin… in MockEffectSetparams()
105 static int32_t MockEffectGetParams(int8_t *commandData, uint32_t cmdDataLen, int8_t *replyData, uin… in MockEffectGetParams()
138 uint32_t cmdDataLen, int8_t *replyData, uint32_t *replyDataLen) in MockSendCommand()
/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codecsendcommandadapter_fuzzer/
Dcodecsendcommand_fuzzer.cpp25 uint32_t cmdDataLen; member
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecsendcommandomx_fuzzer/
Dcodecsendcommand_fuzzer.cpp26 uint32_t cmdDataLen; member
/drivers/peripheral/audio/effect/model/src/
Deffect_control.c40 uint32_t cmdDataLen, int8_t *replyData, uint32_t *replyDataLen) in EffectControlSendCommand()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
Dcodecsendcommand_fuzzer.cpp31 uint32_t cmdDataLen; member
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_adapter.cpp123 int8_t *cmdData, uint32_t cmdDataLen) in CodecAdapterSendCommand()
Dcodec_component_if.c35 …omponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t cmdDataLen) in ComponentTypeSendCommand()
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_service.c38 enum OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t cmdDataLen) in CodecComponentTypeSendCommand()
Dcodec_adapter.cpp98 int8_t *cmdData, uint32_t cmdDataLen) in OmxAdapterSendCommand()
Dcodec_component_type_stub.c63 uint32_t cmdDataLen = 0; in SerStubSendCommand() local
Dcodec_component_type_proxy.c95 enum OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t cmdDataLen) in CodecComponentTypeProxySendCommand()
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp89 …mponentNode::SendCommand(OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t cmdDataLen) in SendCommand()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp109 …mponentNode::SendCommand(OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t cmdDataLen) in SendCommand()