Home | History | Annotate | Download | only in src

Lines Matching refs:pvInterface

355         PVInterface*& aInterfacePtr,
582 PVInterface* extmsg = NULL;
725 PVMFStatus aStatus, PVInterface* aExtMsg,
913 PVInterface** ptr;
1563 void PVMFMP3FFParserNode::ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg)
1772 PVInterface* iFace = NULL;
2020 ReportInfoEvent(PVMFInfoDurationAvailable, NULL, OSCL_STATIC_CAST(PVInterface*, eventMsg));
2525 PVInterface* iFace = OSCL_STATIC_CAST(PVInterface*, iDataStreamInterface);
2629 PVInterface*& aInterfacePtr)
2641 bool PVMFMP3FFParserNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
2648 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2653 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2658 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2663 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2668 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2673 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2678 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
2713 PVInterface* pvInterface = OSCL_STATIC_CAST(PVInterface*, aSourceData);
2714 PVInterface* localDataSrc = NULL;
2717 if (pvInterface->queryInterface(localDataSrcUuid, localDataSrc))
2733 PVInterface* sourceDataContext = NULL;
2734 PVInterface* commonDataContext = NULL;
2737 if (pvInterface->queryInterface(sourceContextUuid, sourceDataContext))
3907 void PVMFSubNodeContainerBaseMp3::CommandDone(PVMFStatus aStatus, PVInterface*aExtMsg,
3947 void PVMFSubNodeContainerBaseMp3::CancelCommandDone(PVMFStatus aStatus, PVInterface*aExtMsg, OsclAny*aEventData)
4137 PVInterface* temp = NULL;
4189 ((PVMFMP3FFParserNode*)iNode)->ReportInfoEvent(PVMFInfoDurationAvailable, NULL, OSCL_STATIC_CAST(PVInterface*, eventmsg));
4203 ((PVMFMP3FFParserNode*)iNode)->ReportInfoEvent(PVMFInfoDurationAvailable, NULL, OSCL_STATIC_CAST(PVInterface*, eventmsg));
4261 ReportInfoEvent(PVMFInfoMetadataAvailable, NULL, OSCL_STATIC_CAST(PVInterface*, eventMsg));