Home
last modified time | relevance | path

Searched refs:AshmemCreate (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dashmem.cpp46 int fd = AshmemCreate(name, size); in CreateAshmemStd()
48 UTILS_LOGE("%{public}s: Failed to exec AshmemCreate, fd= %{public}d", __func__, size); in CreateAshmemStd()
99 * AshmemCreate - create a new ashmem region and returns the file descriptor
103 int AshmemCreate(const char *name, size_t size) in AshmemCreate() function
165 int fd = AshmemCreate(name, size); in CreateAshmem()
167 UTILS_LOGE("%{public}s: Failed to exec AshmemCreate, fd= %{public}d", __func__, size); in CreateAshmem()
/commonlibrary/c_utils/base/include/
H A Dashmem.h52 int AshmemCreate(const char *name, size_t size);
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_ashmem.cpp119 int fd = AshmemCreate("PurgeableAshmem", size); in CreatePurgeableData()
/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeableashmem_test.cpp170 int fd = AshmemCreate("Purgeable Ashmem", size); in HWTEST_F()
624 fd = AshmemCreate("PurgeableAshmem", size); in HWTEST_F()

Completed in 3 milliseconds