Searched defs:cfgStruct (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/ |
H A D | codecgetconfig_fuzzer.cpp | 24 int8_t *cfgStruct; member
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/ |
H A D | codecsetconfig_fuzzer.cpp | 24 int8_t *cfgStruct; member 53 std::vector<int8_t> cfgStruct; in CodecSetConfig() local
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_proxy.c | 256 CodecComponentTypeProxyGetConfig(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) CodecComponentTypeProxyGetConfig() argument 314 CodecComponentTypeProxySetConfig(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) CodecComponentTypeProxySetConfig() argument
|
H A D | codec_component_type_stub.c | 233 int8_t *cfgStruct = NULL; in SerStubGetConfig() local 289 int8_t *cfgStruct = NULL; SerStubSetConfig() local [all...] |
H A D | codec_component_type_service.c | 89 CodecComponentTypeGetConfig(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) CodecComponentTypeGetConfig() argument 106 CodecComponentTypeSetConfig(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) CodecComponentTypeSetConfig() argument
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 186 int32_t CodecComponentService::SetConfig(uint32_t index, const std::vector<int8_t> &cfgStruct) in SetConfig() argument
|
Completed in 5 milliseconds