Searched refs:CmdHandler (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h51 virtual void CmdHandler(struct cmd_s *cmd) = 0;
65 virtual void Work(void); /* call ci->CmdHandler() */
72 CmdHandlerInterface *ci; /* to run ComponentBase::CmdHandler() */
313 virtual void CmdHandler(struct cmd_s *cmd);
316 /* called in CmdHandler() thread context or by component itself */
333 /* called in CmdHandler() thread context */
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp108 ci->CmdHandler(cmd);
1284 void ComponentBase::CmdHandler(struct cmd_s *cmd) function in class:ComponentBase
1337 * called in CmdHandler or called in other parts of component for reporting

Completed in 30 milliseconds