Home | History | Annotate | Download | only in src

Lines Matching refs:pvInterface

294         PVInterface*& aInterfacePtr,
1184 PVInterface* iFace = OSCL_STATIC_CAST(PVInterface*, iDataStreamInterface);
2102 PVInterface** ptr;
2130 PVInterface*& aInterfacePtr)
2142 bool PVMFAACFFParserNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
2148 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2153 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2158 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2163 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2168 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2173 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2178 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2202 PVInterface* pvInterface =
2203 OSCL_STATIC_CAST(PVInterface*, aSourceData);
2205 PVInterface* localDataSrc = NULL;
2208 if (pvInterface->queryInterface(localDataSrcUuid, localDataSrc))
2231 PVInterface* sourceDataContext = NULL;
2232 PVInterface* commonDataContext = NULL;
2235 if (pvInterface->queryInterface(sourceContextUuid, sourceDataContext) &&
3199 PVInterface* temp = NULL;
3585 PVInterface* iFace =
3690 PVInterface* aExtMsg)
3695 PVInterface* extif = NULL;
3707 extif = OSCL_STATIC_CAST(PVInterface*, errormsg);