Home
last modified time | relevance | path

Searched refs:aMIOInputControl (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node.cpp44 OSCL_EXPORT_REF PVMFNodeInterface* PVCommsIONodeFactory::Create(PvmiMIOControl* aMIOInputControl, P…
46 return PVCommsIONode::Create(aMIOInputControl, aMIOOutputControl, logBitstream);
63 PVMFNodeInterface* PVCommsIONode::Create(PvmiMIOControl* aMIOInputControl, PvmiMIOControl *aMIOOutp… in Create() argument
69 node->ConstructL(aMIOInputControl, aMIOOutputControl); in Create()
606 void PVCommsIONode::ConstructL(PvmiMIOControl* aMIOInputControl, PvmiMIOControl *aMIOOutputControl) in ConstructL() argument
608 if (((aMIOInputControl == NULL) && (aMIOOutputControl == NULL)) || in ConstructL()
609 aMIOInputControl == aMIOOutputControl) in ConstructL()
612 iMediaInputContext.iControl = aMIOInputControl; in ConstructL()
Dpv_comms_io_node.h210 static PVMFNodeInterface* Create(PvmiMIOControl* aMIOInputControl,
/external/opencore/nodes/pvcommsionode/include/
Dpv_comms_io_node_factory.h55 …OSCL_IMPORT_REF static PVMFNodeInterface* Create(PvmiMIOControl* aMIOInputControl, PvmiMIOControl …