Searched refs:__ashmem_is_ashmem (Results 1 - 1 of 1) sorted by path

/system/core/libcutils/
H A Dashmem-dev.cpp88 static int __ashmem_is_ashmem(int fd, int fatal) function
140 return __ashmem_is_ashmem(fd, 0) >= 0;
185 int ret = __ashmem_is_ashmem(fd, 1);
198 int ret = __ashmem_is_ashmem(fd, 1);
211 int ret = __ashmem_is_ashmem(fd, 1);
221 int ret = __ashmem_is_ashmem(fd, 1);

Completed in 1024 milliseconds