Home
last modified time | relevance | path

Searched refs:StopBufferring (Results 1 - 25 of 33) sorted by relevance

12

/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h97 Status StopBufferring(bool flag);
H A Dsource.cpp182 Status Source::StopBufferring(bool flag) in StopBufferring() function in OHOS::Media::Source
185 "StopBufferring failed, plugin_ is nullptr!"); in StopBufferring()
186 MEDIA_LOG_I("StopBufferring begin, flag = " PUBLIC_LOG_D32, flag); in StopBufferring()
187 return plugin_->StopBufferring(flag); in StopBufferring()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h250 virtual Status StopBufferring(bool isAppBackground) in StopBufferring() function in OHOS::Media::Plugins::SourcePlugin
/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() function in OHOS::Media::Plugins::HttpPlugin::MediaDownloader
141 MEDIA_LOG_W("StopBufferring is unimplemented."); in StopBufferring()
H A Dhttp_source_plugin.cpp451 Status HttpSourcePlugin::StopBufferring(bool isAppBackground) in StopBufferring() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
454 MEDIA_LOG_E("StopBufferring failed, downloader_ is nullptr"); in StopBufferring()
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() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
368 MEDIA_LOG_I("DownloadMonitor::StopBufferring"); in StopBufferring()
370 MEDIA_LOG_E("StopBufferring failed, downloader_ is nullptr"); in StopBufferring()
373 return downloader_->StopBufferring(isAppBackground); in StopBufferring()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp338 void PlayListDownloader::StopBufferring(bool isAppBackground) in StopBufferring() function in OHOS::Media::Plugins::HttpPlugin::PlayListDownloader
340 MEDIA_LOG_I("PlayListDownloader::StopBufferring."); in StopBufferring()
342 MEDIA_LOG_E("PlayListDownloader:StopBufferring error."); in StopBufferring()
347 downloader_->StopBufferring(); in StopBufferring()
H A Dplaylist_downloader.h88 void StopBufferring(bool isAppBackground);
H A Dhls_media_downloader.h106 Status StopBufferring(bool isAppBackground) override;
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h365 virtual int32_t StopBufferring(bool flag) in StopBufferring() function in OHOS::Media::IPlayerService
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_service.h89 virtual int32_t StopBufferring(bool flag) in StopBufferring() function in OHOS::Media::IStandardPlayerService
H A Dplayer_service_stub.cpp481 int32_t PlayerServiceStub::StopBufferring(bool flag) in StopBufferring() function in OHOS::Media::PlayerServiceStub
483 MediaTrace trace("PlayerServiceStub::StopBufferring"); in StopBufferring()
485 return playerServer_->StopBufferring(flag); in StopBufferring()
1131 StopBufferring(false); in HandleActive()
1142 StopBufferring(true); in HandleFrozen()
H A Dplayer_service_stub.h77 int32_t StopBufferring(bool flag) override;
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddemuxer_filter.h78 Status StopBufferring(bool flag);
/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() function in OHOS::Media::Plugins::HttpMediaDownloader
1271 MEDIA_LOG_I("HttpMediaDownloader:StopBufferring enter"); in StopBufferring()
1273 MEDIA_LOG_E("StopBufferring error."); in StopBufferring()
1292 downloader_->StopBufferring(); in StopBufferring()
1293 MEDIA_LOG_I("HttpMediaDownloader:StopBufferring out"); in StopBufferring()
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h121 virtual int32_t StopBufferring(bool flag) in StopBufferring() function in OHOS::Media::IPlayerEngine
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h174 void StopBufferring();
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.h68 int32_t StopBufferring(bool flag) override;
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.h174 int32_t StopBufferring(bool flag) override
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddemuxer_filter.cpp589 Status DemuxerFilter::StopBufferring(bool flag) in StopBufferring() function in OHOS::Media::Pipeline::DemuxerFilter
592 "StopBufferring failed, demuxer_ = nullptr."); in StopBufferring()
593 return demuxer_->StopBufferring(flag); in StopBufferring()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h85 Status StopBufferring(bool flag);
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h122 int32_t StopBufferring(bool flag) override;

Completed in 18 milliseconds

12