Home
last modified time | relevance | path

Searched refs:SetWptrNativeWindowToPSurface (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h138 virtual GSError SetWptrNativeWindowToPSurface(void* nativeWindow) = 0;
H A Dsurface.h129 virtual GSError SetWptrNativeWindowToPSurface(void* nativeWindow) = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface.h134 GSError SetWptrNativeWindowToPSurface(void* nativeWindow) override;
H A Dproducer_surface.h136 GSError SetWptrNativeWindowToPSurface(void* nativeWindow) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp118 nativeWindow->surface->SetWptrNativeWindowToPSurface(nativeWindow); in CreateNativeWindowFromSurface()
670 nativeWindow->surface->SetWptrNativeWindowToPSurface(nativeWindow); in CreateNativeWindowFromSurfaceId()
H A Dconsumer_surface.cpp653 GSError ConsumerSurface::SetWptrNativeWindowToPSurface(void* nativeWindow) in SetWptrNativeWindowToPSurface() function in OHOS::ConsumerSurface
H A Dproducer_surface.cpp1000 GSError ProducerSurface::SetWptrNativeWindowToPSurface(void* nativeWindow) in SetWptrNativeWindowToPSurface() function in OHOS::ProducerSurface
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp1457 GSError ret = pSurface->SetWptrNativeWindowToPSurface(&nativeWindow);