Home
last modified time | relevance | path

Searched refs:GetPhyAddr (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface_buffer.h72 virtual uint64_t GetPhyAddr() const = 0;
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_surface.cpp47 uintptr_t phyAddr = buffer_->GetPhyAddr(); in Lock()
/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp73 EXPECT_EQ(0, buffer->GetPhyAddr()); in HWTEST_F()
106 EXPECT_EQ(0, buffer->GetPhyAddr()); in HWTEST_F()
133 EXPECT_EQ(0, buffer.GetPhyAddr()); in HWTEST_F()
136 EXPECT_EQ(phyAddr, buffer.GetPhyAddr()); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h48 uint64_t GetPhyAddr() const override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_buffer.h43 virtual uint64_t GetPhyAddr() const = 0;
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.cpp104 bufferHandle->phyAddr = buffer.GetPhyAddr(); in AllocateBufferHandle()
202 BufferKey key = {(*buffer)->GetKey(), (*buffer)->GetPhyAddr()}; in FreeBuffer()
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dsurface_buffer_impl.h110 uint64_t GetPhyAddr() const override
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_buffer_impl_test.cpp110 ASSERT_EQ(buffer->GetPhyAddr(), 0); in HWTEST_F()
/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp236 uintptr_t phyaddr = backBuf_->GetPhyAddr(); in Flush()
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp397 uint64_t SurfaceBufferImpl::GetPhyAddr() const in GetPhyAddr() function in OHOS::SurfaceBufferImpl

Completed in 6 milliseconds