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

  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 114 iDownloadProgressInterface = NULL;
206 if (iDownloadProgressInterface != NULL)
208 iDownloadProgressInterface->cancelResumeNotification();
209 iDownloadProgressInterface->removeRef();
210 iDownloadProgressInterface = NULL;
811 if (iDownloadProgressInterface != NULL)
813 iDownloadProgressInterface->cancelResumeNotification();
    [all...]
pvmf_mp3ffparser_node.h 673 PVMFDownloadProgressInterface* iDownloadProgressInterface;
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp 95 iDownloadProgressInterface = NULL;
176 if (iDownloadProgressInterface != NULL)
178 iDownloadProgressInterface->cancelResumeNotification();
    [all...]
pvmf_amrffparser_node.h 656 PVMFDownloadProgressInterface* iDownloadProgressInterface;
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 87 iDownloadProgressInterface = NULL;
207 if (iDownloadProgressInterface != NULL)
209 iDownloadProgressInterface->cancelResumeNotification();
210 iDownloadProgressInterface->removeRef();
897 if (iDownloadProgressInterface != NULL)
899 iDownloadProgressInterface->requestResumeNotification(aTrackInfoPtr->iPrevSampleTimeStamp,
    [all...]
pvmf_aacffparser_node.h     [all...]

Completed in 139 milliseconds