Home
last modified time | relevance | path

Searched refs:SystemAgent (Results 1 – 3 of 3) sorted by relevance

/sof-3.4.0/src/audio/module_adapter/iadk/
Dsystem_agent.cpp66 AdspSystemService SystemAgent::system_service_ = {
76 SystemAgent::SystemAgent(uint32_t module_id, in SystemAgent() function in intel_adsp::system::SystemAgent
88 void SystemAgent::CheckIn(ProcessingModuleInterface& processing_module, in CheckIn()
105 int SystemAgent::CheckIn(ProcessingModuleFactoryInterface& module_factory, in CheckIn()
159 SystemAgent system_agent(module_id, instance_id, core_id, log_handle); in system_agent_start()
/sof-3.4.0/src/include/sof/audio/module_adapter/iadk/
Dsystem_agent.h24 class SystemAgent : public intel_adsp::SystemAgentInterface
27 SystemAgent(uint32_t module_id,
Dmodule_initial_settings.h66 { class SystemAgent; } variable
77 friend class system::SystemAgent;