Home
last modified time | relevance | path

Searched refs:ASHMEM_SET_PURGEABLE (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H A Dpurgeable_ashmem.h32 #ifndef ASHMEM_SET_PURGEABLE
33 #define ASHMEM_SET_PURGEABLE _IO(__ASHMEMIOC, 11) macro
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_ashmem.cpp136 TEMP_FAILURE_RETRY(ioctl(ashmemFd_, ASHMEM_SET_PURGEABLE)); in CreatePurgeableData()
236 TEMP_FAILURE_RETRY(ioctl(ashmemFd_, ASHMEM_SET_PURGEABLE)); in ChangeAshmemData()
/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeableashmem_test.cpp189 EXPECT_EQ(ioctl(fd, ASHMEM_SET_PURGEABLE), 0); in HWTEST_F()

Completed in 2 milliseconds