Home
last modified time | relevance | path

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

/external/opencore/engines/2way/src/
Dpv_2way_datapath.h181 CPVDatapathNode() : iConfigure(NULL), in CPVDatapathNode()
191 iConfigure(aNode.iConfigure), in CPVDatapathNode()
221 …CPV2WayNodeConfigurationObserver *iConfigure; // Node configuration observer, called when config t… variable
Dpv_2way_engine.cpp887 datapathnode.iConfigure = NULL; in DoAddDataSource()
899 datapathnode.iConfigure = NULL; in DoAddDataSource()
915 datapathnode.iConfigure = this; in DoAddDataSource()
932 datapathnode.iConfigure = NULL; in DoAddDataSource()
974 datapathnode.iConfigure = NULL; in DoAddDataSource()
985 datapathnode.iConfigure = NULL; in DoAddDataSource()
1018 datapathnode.iConfigure = this; in DoAddDataSource()
1021 datapathnode.iConfigure = NULL; in DoAddDataSource()
1035 datapathnode.iConfigure = NULL; in DoAddDataSource()
1054 datapathnode.iConfigure = this; in DoAddDataSource()
[all …]
Dpv_2way_datapath.cpp65 iConfigure = a.iConfigure; in operator =()
752 …G_NOTICE, (0, "CPV2WayDatapath::CheckConfig config %x, time %d\n", aNode.iConfigure, aConfigTime)); in CheckConfig()
753 if (aNode.iConfigure && in CheckConfig()
756 return aNode.iConfigure->ConfigureNode(&aNode); in CheckConfig()