Searched refs:PVCommsIONode (Results 1 – 4 of 4) sorted by relevance
/external/opencore/nodes/pvcommsionode/src/ |
D | pv_comms_io_node.cpp | 46 return PVCommsIONode::Create(aMIOInputControl, aMIOOutputControl, logBitstream); 52 return PVCommsIONode::Create(aMIOControl, logBitstream); in Create() 59 PVCommsIONode::Release(aNode); in Delete() 63 PVMFNodeInterface* PVCommsIONode::Create(PvmiMIOControl* aMIOInputControl, PvmiMIOControl *aMIOOutp… in Create() 65 PVCommsIONode* node = OSCL_NEW(PVCommsIONode, (logBitstream)); in Create() 76 PVMFNodeInterface* PVCommsIONode::Create(PvmiMIOControl* aMIOControl, bool logBitstream) in Create() 78 PVCommsIONode* node = OSCL_NEW(PVCommsIONode, (logBitstream)); in Create() 89 void PVCommsIONode::Release(PVMFNodeInterface* aNode) in Release() 91 OSCL_DELETE(((PVCommsIONode*)aNode)); in Release() 95 OSCL_EXPORT_REF PVMFStatus PVCommsIONode::ThreadLogon() in ThreadLogon() [all …]
|
D | pv_comms_io_node_port.h | 71 class PVCommsIONode; variable 80 PVCommsIONodePort(int32 aPortTag, PVCommsIONode* aNode); 168 PVCommsIONode* iNode;
|
D | pv_comms_io_node.h | 204 class PVCommsIONode : public OsclActiveObject, 282 PVCommsIONode(bool iLogBitstream); 283 ~PVCommsIONode();
|
D | pv_comms_io_node_port.cpp | 55 PVCommsIONodePort::PVCommsIONodePort(int32 aPortTag, PVCommsIONode* aNode) in PVCommsIONodePort() 174 if (iNode->iMediaIOState == PVCommsIONode::MIO_STATE_STARTED) in Start()
|