Home
last modified time | relevance | path

Searched refs:PVMFDownloadProgressInterface (Results 1 – 15 of 15) sorted by relevance

/external/opencore/nodes/common/include/
Dpvmf_format_progdownload_support_extension.h46 class PVMFDownloadProgressInterface; variable
82 … virtual void setDownloadProgressInterface(PVMFDownloadProgressInterface* download_progress) = 0;
Dpvmf_mp4_progdownload_support_extension.h44 class PVMFDownloadProgressInterface; variable
136 … virtual void setDownloadProgressInterface(PVMFDownloadProgressInterface* download_progress) = 0;
Dpvmf_download_progress_interface.h46 class PVMFDownloadProgressInterface : public PVInterface
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.h480 void setDownloadProgressInterface(PVMFDownloadProgressInterface* download_progress);
672 PVMFDownloadProgressInterface* iDownloadProgressInterface;
Dpvmf_mp3ffparser_node.cpp1923 void PVMFMP3FFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* download_prog… in setDownloadProgressInterface()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.h485 void setDownloadProgressInterface(PVMFDownloadProgressInterface*);
656 PVMFDownloadProgressInterface* iDownloadProgressInterface;
Dpvmf_amrffparser_node.cpp3349 void PVMFAMRFFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* aInterface) in setDownloadProgressInterface()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.h509 PVMFDownloadProgressInterface *DownloadProgress() in DownloadProgress()
511 return (PVMFDownloadProgressInterface*)iDownloadProgress; in DownloadProgress()
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.h757 void setDownloadProgressInterface(PVMFDownloadProgressInterface*);
1061 PVMFDownloadProgressInterface* iDownloadProgressInterface;
Dpvmf_aacffparser_node.cpp4014 void PVMFAACFFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* aInterface) in setDownloadProgressInterface()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.h670 void setDownloadProgressInterface(PVMFDownloadProgressInterface*);
882 PVMFDownloadProgressInterface* download_progress_interface;
Dpvmf_mp4ffparser_node.cpp6125 void PVMFMP4FFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* download_prog… in setDownloadProgressInterface()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp558PVMFDownloadProgressInterface *aProgDownload = (PVMFDownloadProgressInterface *)aDLSupportObject; in setSupportObject()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.h111 public PVMFDownloadProgressInterface,
Dpvmf_protocol_engine_node.cpp418PVMFDownloadProgressInterface* myInterface = OSCL_STATIC_CAST(PVMFDownloadProgressInterface*, this… in queryInterface()
2474PVMFDownloadProgressInterface *aProgDownload = OSCL_STATIC_CAST(PVMFDownloadProgressInterface*, th… in setFormatDownloadSupportInterface()