Home | History | Annotate | Download | only in src

Lines Matching refs:pvInterface

301             PVInterface* extIntf = iFSPChildNodeContainerVec[i].iExtensions[j];
418 //concrete implementation and then, upcast it into required PVInterface class
420 PVInterface * interfacePtr = NULL;
426 interfacePtr = OSCL_STATIC_CAST(PVInterface*, tmpPtr);
432 interfacePtr = OSCL_STATIC_CAST(PVInterface
438 interfacePtr = OSCL_STATIC_CAST(PVInterface*, tmpPtr);
444 interfacePtr = OSCL_STATIC_CAST(PVInterface*, tmpPtr);
449 PVInterface* extensionIntfPtr = NULL;
683 PVInterface** ptr;
692 *ptr = OSCL_STATIC_CAST(PVInterface*, interimPtr);
698 *ptr = OSCL_STATIC_CAST(PVInterface*, interimPtr);
704 *ptr = OSCL_STATIC_CAST(PVInterface*, interimPtr);
710 *ptr = OSCL_STATIC_CAST(PVInterface*, interimPtr);
716 *ptr = OSCL_STATIC_CAST(PVInterface*, interimPtr);
722 *ptr = OSCL_STATIC_CAST(PVInterface*, interimPtr);
3287 PVInterface* pvInterface = OSCL_STATIC_CAST(PVInterface*, aSourceData);
3288 PVInterface* sourceDataContext = NULL;
3290 if (pvInterface->queryInterface(sourceContextUuid, sourceDataContext))
3294 PVInterface* streamingDataContext = NULL;
3340 PVInterface* pvInterface =
3341 OSCL_STATIC_CAST(PVInterface*, aSourceData);
3342 PVInterface* streamingDataSrc = NULL;
3344 if (pvInterface->queryInterface(streamingDataSrcUuid, streamingDataSrc))
3355 PVInterface* sourceDataContext = NULL;
3356 PVInterface* commonDataContext = NULL;
3359 if (pvInterface->queryInterface(sourceContextUuid, sourceDataContext))