Home
last modified time | relevance | path

Searched refs:module_handle_ (Results 1 – 2 of 2) sorted by relevance

/sof-3.4.0/src/audio/module_adapter/iadk/
Dsystem_agent.cpp84 module_handle_(NULL), in SystemAgent()
92 module_handle_ = &module_handle; in CheckIn()
95 new (module_handle_)IadkModuleAdapter(processing_module, in CheckIn()
137 IadkModuleAdapter& module_adapter = *reinterpret_cast<IadkModuleAdapter*>(module_handle_); in CheckIn()
/sof-3.4.0/src/include/sof/audio/module_adapter/iadk/
Dsystem_agent.h64 intel_adsp::ModuleHandle * module_handle_; variable