Searched refs:NotifyBufferingUpdate (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 195 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 D | hiplayer_impl.h | 121 void NotifyBufferingUpdate(const std::string_view& type, int32_t param);
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.h | 192 void NotifyBufferingUpdate(const std::string_view& type, int32_t param);
|
H A D | hiplayer_impl.cpp | 587 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_START, 0); in PrepareAsync() 669 NotifyBufferingUpdate(PlayerKeys::PLAYER_BUFFERING_END, 0); in UpdatePlayerStateAndNotify() 2131 … NotifyBufferingUpdate(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
|