Searched refs:AshmemCreate (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/c_utils/base/src/ |
H A D | ashmem.cpp | 46 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 D | ashmem.h | 52 int AshmemCreate(const char *name, size_t size);
|
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
H A D | purgeable_ashmem.cpp | 119 int fd = AshmemCreate("PurgeableAshmem", size); in CreatePurgeableData()
|
/commonlibrary/memory_utils/libpurgeablemem/test/ |
H A D | purgeableashmem_test.cpp | 170 int fd = AshmemCreate("Purgeable Ashmem", size); in HWTEST_F() 624 fd = AshmemCreate("PurgeableAshmem", size); in HWTEST_F()
|
Completed in 3 milliseconds