Home
last modified time | relevance | path

Searched defs:WriteToAshmem (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
Dashmem.cpp255 bool Ashmem::WriteToAshmem(const void *data, int32_t size, int32_t offset) const in WriteToAshmem() function in OHOS::Ashmem
/commonlibrary/c_utils/base/src/rust/
Dashmem.rs99 … pub unsafe fn WriteToAshmem(self: &Ashmem, data: *const c_void, size: i32, offset: i32) -> bool; in WriteToAshmem() function