OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CmdHandler
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h
51
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/
componentbase.cpp
107
ci->
CmdHandler
(cmd);
[
all
...]
Completed in 52 milliseconds