Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.h40 void RegisterTextureEvent(TextureRefreshEnVent&& textureRefreshEvent) override;
70 TextureRefreshEnVent textureRefreshCallback_;
H A Dmedia_player_impl.cpp174 void MediaPlayerImpl::RegisterTextureEvent(TextureRefreshEnVent&& textureRefreshEvent) in RegisterTextureEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dmedia_player.h31 using TextureRefreshEnVent = std::function<void(uint32_t, uint64_t)>; variable
75 virtual void RegisterTextureEvent(TextureRefreshEnVent&& textureRefreshEvent) {} in RegisterTextureEvent()