/external/skia/platform_tools/android/third_party/ashmem/cutils/ |
ashmem.h | 22 int ashmem_unpin_region(int fd, size_t offset, size_t len);
|
ashmem-dev.c | 81 int ashmem_unpin_region(int fd, size_t offset, size_t len) function
|
/system/core/include/cutils/ |
ashmem.h | 22 int ashmem_unpin_region(int fd, size_t offset, size_t len);
|
/frameworks/base/core/jni/ |
android_os_MemoryFile.cpp | 79 ashmem_unpin_region(fd, 0, 0); 87 ashmem_unpin_region(fd, 0, 0); 98 ashmem_unpin_region(fd, 0, 0); 106 ashmem_unpin_region(fd, 0, 0); 114 int result = (pin ? ashmem_pin_region(fd, 0, 0) : ashmem_unpin_region(fd, 0, 0));
|
android_util_MemoryIntArray.cpp | 115 if (owner && (ashmem_unpin_region(fd, 0, 0) != ASHMEM_IS_UNPINNED)) {
|
/system/core/libcutils/ |
ashmem-host.c | 68 int ashmem_unpin_region(int fd __unused, size_t offset __unused, size_t len __unused) function
|
ashmem-dev.c | 198 int ashmem_unpin_region(int fd, size_t offset, size_t len) function
|