OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PortBase
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
2
*
portbase
.cpp, base port class
26
#include <
portbase
.h>
30
#define LOG_TAG "
portbase
"
36
void
PortBase
::__PortBase(void)
79
PortBase
::
PortBase
()
84
PortBase
::
PortBase
(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition)
90
PortBase
::~
PortBase
()
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
2
*
portbase
.h, port base class
33
class
PortBase
39
PortBase
();
40
PortBase
(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition);
41
virtual ~
PortBase
();
201
/* end of
PortBase
*/
Completed in 121 milliseconds