Searched refs:aDownloadSourceInterface (Results 1 – 1 of 1) sorted by relevance
1024 PVInterface* aDownloadSourceInterface = NULL; in addSource() local1026 if (pvInterface->queryInterface(downloadHTTPDataUuid, aDownloadSourceInterface)) in addSource()1028 …taSourceHTTP* aInterface = OSCL_STATIC_CAST(PVMFDownloadDataSourceHTTP*, aDownloadSourceInterface); in addSource()1034 if (pvInterface->queryInterface(downloadPVXDataUuid, aDownloadSourceInterface)) in addSource()1036 …DataSourcePVX* aInterface = OSCL_STATIC_CAST(PVMFDownloadDataSourcePVX*, aDownloadSourceInterface); in addSource()1047 if (sourceDataContext->queryInterface(dlHTTPContextUuid, aDownloadSourceInterface)) in addSource()1049 …dHTTP* aInterface = OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, aDownloadSourceInterface); in addSource()1055 if (sourceDataContext->queryInterface(dlPVXContextUuid, aDownloadSourceInterface)) in addSource()1057 …oadPVX* aInterface = OSCL_STATIC_CAST(PVMFSourceContextDataDownloadPVX*, aDownloadSourceInterface); in addSource()