Lines Matching defs:ShareMemory
24 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_DOMAIN_FOUNDATION, "ShareMemory" };
30 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align)
44 ShareMemory::~ShareMemory()
53 uint8_t* ShareMemory::GetRealAddr() const
59 size_t ShareMemory::Write(const uint8_t* in, size_t writeSize, size_t position)
76 size_t ShareMemory::Read(uint8_t* out, size_t readSize, size_t position)
91 int ShareMemory::GetShareMemoryFd()
96 void ShareMemory::InitShareMemory(ShareMemType type)