Home
last modified time | relevance | path

Searched refs:GetPortTag (Results 1 – 12 of 12) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmf_port_interface.h117 virtual int32 GetPortTag() const = 0;
Dpvmf_port_base_impl.h150 OSCL_IMPORT_REF virtual int32 GetPortTag() const;/*{ return iTag; }*/
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_channelcontrol.cpp56 if (port.GetPortTag() == PV_MULTIPLEXED) in GetLogicalChannelInfo()
Dtscmain.cpp1770 if (port->GetPortTag() == PV_MULTIPLEXED) in DoReleasePort()
1779 TPVDirection aDirection = port->GetPortTag() < 0 ? INCOMING : OUTGOING; in DoReleasePort()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_h324m_config_interface.h507 virtual int32 GetPortTag()const = 0;
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp1531 if (aPort->GetPortTag() != PVMF_PROTOCOLENGINENODE_PORT_TYPE_INPUT && in ProcessIncomingMsg()
1532 aPort->GetPortTag() != PVMF_PROTOCOLENGINENODE_PORT_TYPE_FEEDBACK) in ProcessIncomingMsg()
1556 if (aPort->GetPortTag() == PVMF_PROTOCOLENGINENODE_PORT_TYPE_INPUT) in ProcessIncomingMsg()
1578 …if (iInterfaceState != EPVMFNodePaused && aPort->GetPortTag() == PVMF_PROTOCOLENGINENODE_PORT_TYPE… in ProcessIncomingMsg()
1613 …if (aPort->GetPortTag() == PVMF_PROTOCOLENGINENODE_PORT_TYPE_INPUT) iNodeTimer->start(SERVER_INACT… in UpdateTimersInProcessIncomingMsg()
1626 if (aPort->GetPortTag() == PVMF_PROTOCOLENGINENODE_PORT_TYPE_INPUT) in IgnoreCurrentInputData()
1634 if (aPort->GetPortTag() == PVMF_PROTOCOLENGINENODE_PORT_TYPE_INPUT) in IgnoreCurrentInputData()
1644 if (aPort->GetPortTag() == PVMF_PROTOCOLENGINENODE_PORT_TYPE_FEEDBACK) in IgnoreCurrentInputData()
/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node.cpp1759 … (curPorts == 1 && iPortVector[0]->GetPortTag() != PVMF_COMMSIO_NODE_INPUT_PORT_TAG)) in ValidatePortTagRequest()
1764 … (curPorts == 1 && iPortVector[0]->GetPortTag() != PVMF_COMMSIO_NODE_OUTPUT_PORT_TAG)) in ValidatePortTagRequest()
/external/opencore/pvmi/pvmf/src/
Dpvmf_port_base_impl.cpp82 OSCL_EXPORT_REF int32 PvmfPortBaseImpl::GetPortTag() const in GetPortTag() function in PvmfPortBaseImpl
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_node.cpp882 if (aPort->GetPortTag() != PVMF_DUMMY_FILE_OUTPUT_NODE_PORT_TYPE_SINK) in ProcessIncomingMsg()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.cpp1213 if (aPort->GetPortTag() != PVMF_FILE_OUTPUT_NODE_PORT_TYPE_SINK) in ProcessIncomingMsg()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.cpp2275 switch (aPort->GetPortTag()) in ProcessIncomingMsg()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp5703 switch (aActivity.iPort->GetPortTag()) in HandlePortActivity()