Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp195 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_START, 0); in Prepare()
215 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_END, 0); in Prepare()
234 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_START, 0); in PrepareAsync()
246 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_END, 0); in PrepareAsync()
1072 void HiPlayerImpl::NotifyBufferingUpdate(const std::string_view& type, int32_t param) in NotifyBufferingUpdate() function in OHOS::Media::HiPlayerImpl
H A Dhiplayer_impl.h121 void NotifyBufferingUpdate(const std::string_view& type, int32_t param);
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h192 void NotifyBufferingUpdate(const std::string_view& type, int32_t param);
H A Dhiplayer_impl.cpp587 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_START, 0); in PrepareAsync()
669 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_END, 0); in UpdatePlayerStateAndNotify()
2131NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_PERCENT, AnyCast<int32_t>(event.param)); in OnEventSub()
2485 void HiPlayerImpl::NotifyBufferingUpdate(const std::string_view& type, int32_t param) in NotifyBufferingUpdate() function in OHOS::Media::HiPlayerImpl