HomeSort by relevance Sort by last modified time
    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
25 #include <portbase.h>
29 #define LOG_TAG "portbase"
35 void PortBase::__PortBase(void)
78 PortBase::PortBase()
83 PortBase::PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition)
89 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 277 milliseconds