Searched defs:Ashmem (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/c_utils/base/include/ | ||
H A D | ashmem.h | 82 class Ashmem : public virtual RefBase { global() class [all...] |
/commonlibrary/c_utils/base/src/ | ||
H A D | ashmem.cpp | 148 Ashmem::Ashmem(int fd, int32_t size) : memoryFd_(fd), memorySize_(size), flag_(0), startAddr_(nullptr) in Ashmem() function in OHOS::Ashmem [all...] |
/commonlibrary/c_utils/base/src/rust/ | ||
H A D | ashmem.rs | 59 pub type Ashmem; types 109 pub struct Ashmem { global() structure names 114 impl Ashmem { global() impls [all...] |
Completed in 2 milliseconds