Home
last modified time | relevance | path

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

/system/core/libcutils/
Dashmem-dev.cpp270 static int __ashmem_is_ashmem(int fd, int fatal) in __ashmem_is_ashmem() function
322 if (result == -1 && errno == ENOTTY) __ashmem_is_ashmem(fd, 1); in __ashmem_check_failure()
329 if (__ashmem_is_ashmem(fd, 0) == 0) { in memfd_is_ashmem()
347 return __ashmem_is_ashmem(fd, 0) >= 0; in ashmem_valid()