HomeSort by relevance Sort by last modified time
    Searched refs:PVDlCfgFile (Results 1 - 10 of 10) sorted by null

  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_download_common.h 34 iCfgFile = *((OsclSharedPtr<PVDlCfgFile> *)aConfigInfo);
74 OsclSharedPtr<PVDlCfgFile> iCfgFile;
pvdl_config_file.cpp 27 OSCL_EXPORT_REF PVDlCfgFile::PVDlCfgFile()
53 iLogger = PVLogger::GetLoggerObject("PVDlCfgFile");
66 OSCL_EXPORT_REF PVDlCfgFile::~PVDlCfgFile()
91 OSCL_EXPORT_REF void PVDlCfgFile::SetDownloadType(bool aIsFastTrack)
103 OSCL_EXPORT_REF bool PVDlCfgFile::IsFastTrack(void)
108 OSCL_EXPORT_REF void PVDlCfgFile::SetDonwloadComplete(void)
113 OSCL_EXPORT_REF void PVDlCfgFile::SetPlaybackMode(TPVDLPlaybackMode aPlaybackMode)
120 OSCL_EXPORT_REF PVDlCfgFile::TPVDLPlaybackMode PVDlCfgFile::GetPlaybackMode(void
    [all...]
pvmf_protocol_engine_node_download_common.cpp 56 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
86 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
136 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
166 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
212 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
228 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
    [all...]
pvdl_config_file.h 40 class PVDlCfgFile
51 OSCL_IMPORT_REF PVDlCfgFile();
52 OSCL_IMPORT_REF virtual ~PVDlCfgFile();
pvmf_protocol_engine_node_download_common.h 487 OsclSharedPtr<PVDlCfgFile> &getCfgFile()
509 OsclSharedPtr<PVDlCfgFile> iCfgFileObj;
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.cpp 92 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
442 OSCL_EXPORT_REF PVDlCfgFile::TPVDLPlaybackMode PVProgressiveDownloadCfgFileContainer::convertToConfigFilePlaybackMode(PVMFDownloadDataSourceHTTP::TPVPlaybackControl aPlaybackMode)
446 PVDlCfgFile::TPVDLPlaybackMode mode = PVDlCfgFile::EPVDL_ASAP;
450 mode = PVDlCfgFile::EPVDL_ASAP;
453 mode = PVDlCfgFile::EPVDL_PLAYBACK_AFTER_DOWNLOAD;
456 mode = PVDlCfgFile::EPVDL_DOWNLOAD_ONLY;
pvmf_protocol_engine_progressive_download.h 159 iCfgFile = *((OsclSharedPtr<PVDlCfgFile> *)aConfigInfo);
204 OsclSharedPtr<PVDlCfgFile> iCfgFile;
pvmf_protocol_engine_node_progressive_download.h 192 OSCL_IMPORT_REF PVDlCfgFile::TPVDLPlaybackMode convertToConfigFilePlaybackMode(PVMFDownloadDataSourceHTTP::TPVPlaybackControl aPlaybackMode);
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 71 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
105 OsclSharedPtr<PVDlCfgFile> aCfgFile = iCfgFileContainer->getCfgFile();
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_node_common.h 258 class PVDlCfgFile;
    [all...]

Completed in 124 milliseconds