Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_surface.h53 void* AttachNativeWindow();
H A Dext_surface.cpp170 void* ExtSurface::AttachNativeWindow() in AttachNativeWindow() function in OHOS::Ace::ExtSurface
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_surface_impl.cpp104 nativeWindow_ = extSurface_->AttachNativeWindow(); in CreateNativeWindow()