Home
last modified time | relevance | path

Searched refs:NotifyDurationUpdate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h193 void NotifyDurationUpdate(const std::string_view& type, int32_t param);
H A Dhiplayer_impl.cpp673 NotifyDurationUpdate(PlayerKeys::PLAYER_CACHED_DURATION, durationMs_.load()); in UpdatePlayerStateAndNotify()
2493 void HiPlayerImpl::NotifyDurationUpdate(const std::string_view& type, int32_t param) in NotifyDurationUpdate() function in OHOS::Media::HiPlayerImpl