Home
last modified time | relevance | path

Searched refs:isAppBackground (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp338 void PlayListDownloader::StopBufferring(bool isAppBackground) in StopBufferring() argument
345 isAppBackground_ = isAppBackground; in StopBufferring()
346 downloader_->SetAppState(isAppBackground); in StopBufferring()
H A Dplaylist_downloader.h88 void StopBufferring(bool isAppBackground);
H A Dhls_media_downloader.h106 Status StopBufferring(bool isAppBackground) override;
H A Dhls_media_downloader.cpp1617 Status HlsMediaDownloader::StopBufferring(bool isAppBackground) in StopBufferring() argument
1624 downloader_->SetAppState(isAppBackground); in StopBufferring()
1625 if (isAppBackground) { in StopBufferring()
1631 playlistDownloader_->StopBufferring(isAppBackground); in StopBufferring()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h250 virtual Status StopBufferring(bool isAppBackground) in StopBufferring() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.h64 Status StopBufferring(bool isAppBackground) override;
H A Dmedia_downloader.h139 virtual Status StopBufferring(bool isAppBackground) in StopBufferring() argument
H A Dhttp_source_plugin.cpp451 Status HttpSourcePlugin::StopBufferring(bool isAppBackground) in StopBufferring() argument
457 return downloader_->StopBufferring(isAppBackground); in StopBufferring()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.h79 Status StopBufferring(bool isAppBackground) override;
H A Ddownload_monitor.cpp366 Status DownloadMonitor::StopBufferring(bool isAppBackground) in StopBufferring() argument
373 return downloader_->StopBufferring(isAppBackground); in StopBufferring()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h75 Status StopBufferring(bool isAppBackground) override;
H A Dhttp_media_downloader.cpp1269 Status HttpMediaDownloader::StopBufferring(bool isAppBackground) in StopBufferring() argument
1276 downloader_->SetAppState(isAppBackground); in StopBufferring()
1277 if (isAppBackground) { in StopBufferring()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h173 void SetAppState(bool isAppBackground);
H A Ddownloader.cpp983 void Downloader::SetAppState(bool isAppBackground) in SetAppState() argument
985 isAppBackground_ = isAppBackground; in SetAppState()

Completed in 12 milliseconds