Home
last modified time | relevance | path

Searched defs:cfgStruct (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/
Dcodecsetconfig_fuzzer.cpp24 int8_t *cfgStruct; member
53 std::vector<int8_t> cfgStruct; in CodecSetConfig() local
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/
Dcodecgetconfig_fuzzer.cpp24 int8_t *cfgStruct; member
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_service.c90 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeGetConfig()
107 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeSetConfig()
Dcodec_component_type_stub.c233 int8_t *cfgStruct = NULL; in SerStubGetConfig() local
289 int8_t *cfgStruct = NULL; in SerStubSetConfig() local
Dcodec_component_type_proxy.c257 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeProxyGetConfig()
315 uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in CodecComponentTypeProxySetConfig()
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp121 int32_t CodecComponentService::SetConfig(uint32_t index, const std::vector<int8_t> &cfgStruct) in SetConfig()