Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_surface.cpp29 void LiteProxySurface::Lock(void** buf, void** phyMem, uint32_t* strideLen) in Lock() argument
41 *phyMem = nullptr; in Lock()
48 *phyMem = reinterpret_cast<void*>(phyAddr); in Lock()
H A Dlite_proxy_surface.h29 void Lock(void** buf, void** phyMem, uint32_t* strideLen) override;
/ohos5.0/foundation/window/window_manager_lite/interfaces/innerkits/
H A Disurface.h33 virtual void Lock(void** buf, void** phyMem, uint32_t* strideLen) = 0;