Home
last modified time | relevance | path

Searched refs:GetNativeWindow (Results 1 - 25 of 27) sorted by relevance

12

/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_surface.h42 void* GetNativeWindow();
H A Dsurface_utils.h40 void* GetNativeWindow(uint64_t uniqueId);
H A Dsurface_delegate.h147 void* GetNativeWindow();
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_delegate.cpp54 void* SurfaceDelegate::GetNativeWindow() in GetNativeWindow() function in OHOS::SurfaceDelegate
H A Dsurface_utils.cpp301 void* SurfaceUtils::GetNativeWindow(uint64_t uniqueId) in GetNativeWindow() function in OHOS::SurfaceUtils
H A Dnative_window.cpp649 *window = reinterpret_cast<OHNativeWindow*>(utils->GetNativeWindow(surfaceId)); in CreateNativeWindowFromSurfaceId()
761 *window = reinterpret_cast<OHNativeWindow*>(utils->GetNativeWindow(windowSurface->GetUniqueId())); in NativeWindowReadFromParcel()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_surface.h37 inline NativeWindowType GetNativeWindow() const in GetNativeWindow() function in OHOS::EglWrapperSurface
H A Degl_wrapper_display.cpp1080 if (surfPtr->GetNativeWindow() == nullptr) { in GetCompositorTimingSupportedANDROID()
1107 if (surfPtr->GetNativeWindow() == nullptr) { in GetFrameTimestampSupportedANDROID()
1140 if (surfPtr->GetNativeWindow() == nullptr) { in PresentationTimeANDROID()
1146 if (NativeWindowHandleOpt(reinterpret_cast<OHNativeWindow*>(surfPtr->GetNativeWindow()), in PresentationTimeANDROID()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_rosen_render_surface.cpp25 void* RosenRenderSurface::GetNativeWindow() { return nullptr; } in GetNativeWindow() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface_mingw.cpp37 void* RosenRenderSurface::GetNativeWindow() in GetNativeWindow() function in OHOS::Ace::NG::RosenRenderSurface
H A Drender_surface_impl.h39 void* GetNativeWindow() override;
H A Drender_texture_impl.h38 void* GetNativeWindow() override;
H A Drender_texture_impl.cpp74 void* RenderTextureImpl::GetNativeWindow() in GetNativeWindow() function in OHOS::Ace::NG::RenderTextureImpl
H A Drender_surface_impl.cpp69 void* RenderSurfaceImpl::GetNativeWindow() in GetNativeWindow() function in OHOS::Ace::NG::RenderSurfaceImpl
H A Drosen_render_surface.h50 void* GetNativeWindow() override;
H A Drosen_render_surface.cpp200 void* RosenRenderSurface::GetNativeWindow() in GetNativeWindow() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/
H A Dsurfaceutils_fuzzer.cpp64 utils->GetNativeWindow(uniqueId1); in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h56 virtual void* GetNativeWindow() in GetNativeWindow() function in OHOS::Ace::NG::RenderSurface
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h249 void* GetNativeWindow() in GetNativeWindow() function in OHOS::Ace::XComponentComponent
H A Dnative_interface_xcomponent_impl.cpp41 int32_t OH_NativeXComponent::GetNativeWindow(void** window) in GetNativeWindow() function in OH_NativeXComponent
H A Dnative_interface_xcomponent_impl.h474 int32_t GetNativeWindow(void** window);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp86 nativeWindow = const_cast<void*>(xcomponent->GetNativeWindow()); in HandleContext()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.h373 void* GetNativeWindow(int32_t instanceId, int64_t textureId);
H A Dvideo_pattern.cpp438 void* nativeWindow = video->GetNativeWindow(instanceId, textureId); in RegisterMediaPlayerEvent()
451 void* VideoPattern::GetNativeWindow(int32_t instanceId, int64_t textureId) in GetNativeWindow() function in OHOS::Ace::NG::VideoPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp662 nativeWindow_ = renderSurface_->GetNativeWindow(); in InitNativeWindow()

Completed in 21 milliseconds

12