Home | History | Annotate | Download | only in src

Lines Matching refs:pvInterface

262         PVInterface*& aInterfacePtr,
1353 OSCL_STATIC_CAST(PVInterface*, eventmsg),
1383 OSCL_STATIC_CAST(PVInterface*, eventmsg),
1434 PVInterface** ptr;
1585 PVInterface* iFace = OSCL_STATIC_CAST(PVInterface*, iDataStreamInterface);
2103 void PVMFAMRFFParserNode::CommandComplete(PVMFAMRFFNodeCmdQ& aCmdQ, PVMFAMRFFNodeCommand& aCmd, PVMFStatus aStatus, PVInterface*aExtMsg, OsclAny* aEventData)
2108 PVInterface* extif = NULL;
2136 PVInterface* aExtMsg)
2141 PVInterface* extif = NULL;
2151 extif = OSCL_STATIC_CAST(PVInterface*, errormsg);
2198 PVInterface*& aInterfacePtr)
2210 bool PVMFAMRFFParserNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
2215 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2220 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2225 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2230 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2235 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2240 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2245 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2268 PVInterface* pvInterface =
2269 OSCL_STATIC_CAST(PVInterface*, aSourceData);
2271 PVInterface* localDataSrc = NULL;
2274 if (pvInterface->queryInterface(localDataSrcUuid, localDataSrc))
2297 PVInterface* sourceDataContext = NULL;
2298 PVInterface* commonDataContext = NULL;
2301 if (pvInterface->queryInterface(sourceContextUuid, sourceDataContext) &&
2915 PVInterface* temp = NULL;
3280 PVInterface* iFace =