Home
last modified time | relevance | path

Searched refs:inCfgStruct (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/
H A Dcodecgetconfig_fuzzer.cpp53 std::vector<int8_t> inCfgStruct, outCfgStruct; in CodecGetConfig() local
54 ObjectToVector(params.cfgStruct, inCfgStruct); in CodecGetConfig()
56 int32_t ret = g_component->GetConfig(params.index, inCfgStruct, outCfgStruct); in CodecGetConfig()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h37 int32_t GetConfig(uint32_t index, const std::vector<int8_t> &inCfgStruct,
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp177 int32_t CodecComponentService::GetConfig(uint32_t index, const std::vector<int8_t> &inCfgStruct, in GetConfig() argument
182 outCfgStruct = inCfgStruct; in GetConfig()

Completed in 2 milliseconds