Home
last modified time | relevance | path

Searched refs:GetPhyAddr (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface_buffer.h72 virtual uint64_t GetPhyAddr() const = 0;
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_surface.cpp47 uintptr_t phyAddr = buffer_->GetPhyAddr(); in Lock()
/ohos5.0/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp73 EXPECT_EQ(0, buffer->GetPhyAddr());
106 EXPECT_EQ(0, buffer->GetPhyAddr());
133 EXPECT_EQ(0, buffer.GetPhyAddr());
136 EXPECT_EQ(phyAddr, buffer.GetPhyAddr());
/ohos5.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()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H A Dbuffer_adapter.cpp28 buffer->SetPhyAddress(surfaceBuffer->GetPhyAddr()); in SurfaceBufferToCameraBuffer()
/ohos5.0/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dsurface_buffer_impl.h110 uint64_t GetPhyAddr() const override in GetPhyAddr() function
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_buffer.h43 virtual uint64_t GetPhyAddr() const = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h48 uint64_t GetPhyAddr() const override;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_buffer_impl_test.cpp110 ASSERT_EQ(buffer->GetPhyAddr(), 0);
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp236 uintptr_t phyaddr = backBuf_->GetPhyAddr(); in Flush()
/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dcommon.cpp507 uint64_t pa = buffer->GetPhyAddr(); in CreateProducer()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp383 uint64_t SurfaceBufferImpl::GetPhyAddr() const in GetPhyAddr() function in OHOS::SurfaceBufferImpl