Home
last modified time | relevance | path

Searched refs:CPV2WayPortPair (Results 1 – 2 of 2) sorted by relevance

/external/opencore/engines/2way/src/
Dpv_2way_datapath.h113 class CPV2WayPortPair
116 CPV2WayPortPair() : iIsConnected(false) {}; in CPV2WayPortPair() function
118 ~CPV2WayPortPair() {}; in ~CPV2WayPortPair()
169 CPV2WayPortPair *iPortPair; // The out port will be the iSrcPort of the port pair
369 Oscl_Vector<CPV2WayPortPair, BasicAlloc> iPortPairList;
Dpv_2way_datapath.cpp22 bool CPV2WayPortPair::Connect() in Connect()
36 bool CPV2WayPortPair::Disconnect() in Disconnect()
155 CPV2WayPortPair portPair; in AddNode()
336 CPV2WayPortPair *inPortPair = aNode.iInputPort.iPortPair; in CheckNodePortsL()
337 CPV2WayPortPair *outPortPair = aNode.iOutputPort.iPortPair; in CheckNodePortsL()
514 CPV2WayPortPair *portPair = NULL; in PortStatusChange()
522 CPV2WayPortPair* inPortPair = iNodeList[i].iInputPort.iPortPair; in PortStatusChange()
523 CPV2WayPortPair* outPortPair = iNodeList[i].iOutputPort.iPortPair; in PortStatusChange()
719 CPV2WayPortPair *portPair; in CloseNodePorts()
1034 CPV2WayPortPair *inPortPair; in CheckClosed()
[all …]