Searched refs:ashmem_valid (Results 1 - 5 of 5) sorted by relevance

/system/core/include/cutils/
H A Dashmem.h23 int ashmem_valid(int fd);
/system/core/libcutils/include/cutils/
H A Dashmem.h23 int ashmem_valid(int fd);
/system/core/libcutils/include_vndk/cutils/
H A Dashmem.h23 int ashmem_valid(int fd);
/system/core/libcutils/tests/
H A DAshmemTest.cpp35 ASSERT_TRUE(ashmem_valid(fd));
42 ASSERT_TRUE(ashmem_valid(fd));
49 ASSERT_TRUE(ashmem_valid(fd));
55 ASSERT_TRUE(ashmem_valid(fd));
104 if (!ashmem_valid(fd)) {
167 ASSERT_TRUE(ashmem_valid(fd));
222 if (!ashmem_valid(fd)) {
253 if (!ashmem_valid(fd[i])) {
/system/core/libcutils/
H A Dashmem-dev.cpp138 int ashmem_valid(int fd) function

Completed in 247 milliseconds