Home
last modified time | relevance | path

Searched refs:ashmem_size_ (Results 1 – 2 of 2) sorted by relevance

/system/gsid/
Dpartition_installer.cpp265 ashmem_size_ = size; in MapAshmem()
271 if (munmap(ashmem_data_, ashmem_size_) != 0) { in UnmapAshmem()
276 ashmem_size_ = -1; in UnmapAshmem()
Dpartition_installer.h86 uint64_t ashmem_size_ = -1; variable