Home
last modified time | relevance | path

Searched refs:OnDurationUpdateCb (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h66 void OnDurationUpdateCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp638 … [this](const int32_t extra, const Format &infoBody) { OnDurationUpdateCb(extra, infoBody); } }, in AVPlayerCallback()
940 void AVPlayerCallback::OnDurationUpdateCb(const int32_t extra, const Format &infoBody) in OnDurationUpdateCb() function in OHOS::Media::AVPlayerCallback
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp249 void OnDurationUpdateCb(const int32_t extra, const Format &infoBody);
312 … [this](const int32_t extra, const Format &infoBody) { OnDurationUpdateCb(extra, infoBody); } }, in NativeAVPlayerCallback()
729 void NativeAVPlayerCallback::OnDurationUpdateCb(const int32_t extra, const Format &infoBody) in OnDurationUpdateCb() function in NativeAVPlayerCallback