Home
last modified time | relevance | path

Searched refs:aDownloadPercent (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp367 …CL_EXPORT_REF void progressiveStreamingEventReporter::reportBufferStatusEvent(int aDownloadPercent) in reportBufferStatusEvent() argument
380 &aDownloadPercent, in reportBufferStatusEvent()
381 sizeof(aDownloadPercent)); in reportBufferStatusEvent()
382 …siveStreamingEventReporter::reportBufferStatusEvent() DOWNLOAD PERCENTAGE: %d", aDownloadPercent)); in reportBufferStatusEvent()
Dpvmf_protocol_engine_node_progressive_streaming.h156 OSCL_IMPORT_REF void reportBufferStatusEvent(int aDownloadPercent);
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp1328 OSCL_EXPORT_REF void downloadEventReporter::reportBufferStatusEvent(const uint32 aDownloadPercent) in reportBufferStatusEvent() argument
1333 (uint8*)(&aDownloadPercent), in reportBufferStatusEvent()
1334 sizeof(aDownloadPercent)); in reportBufferStatusEvent()
1335 …(0, "downloadEventReporter::reportBufferStatusEvent() DOWNLOAD PERCENTAGE: %d", aDownloadPercent)); in reportBufferStatusEvent()
Dpvmf_protocol_engine_node_download_common.h561 OSCL_IMPORT_REF virtual void reportBufferStatusEvent(const uint32 aDownloadPercent);