/external/skia/src/utils/android/ |
ashmem.h | 19 int ashmem_pin_region(int fd, size_t offset, size_t len);
|
ashmem.c | 67 int ashmem_pin_region(int fd, size_t offset, size_t len) function
|
/system/core/include/cutils/ |
ashmem.h | 21 int ashmem_pin_region(int fd, size_t offset, size_t len);
|
/frameworks/base/core/jni/ |
android_os_MemoryFile.cpp | 77 if (unpinned && ashmem_pin_region(fd, 0, 0) == ASHMEM_WAS_PURGED) { 96 if (unpinned && ashmem_pin_region(fd, 0, 0) == ASHMEM_WAS_PURGED) { 113 int result = (pin ? ashmem_pin_region(fd, 0, 0) : ashmem_unpin_region(fd, 0, 0));
|
/system/core/libcutils/ |
ashmem-dev.c | 75 int ashmem_pin_region(int fd, size_t offset, size_t len) function
|
ashmem-host.c | 86 int ashmem_pin_region(int fd, size_t offset, size_t len) function
|
/external/skia/legacy/src/ports/ |
SkImageRef_ashmem.cpp | 114 (void)ashmem_pin_region(fd, 0, 0); 166 int pin = ashmem_pin_region(fRec.fFD, 0, 0);
|
/external/skia/src/images/ |
SkImageRef_ashmem.cpp | 115 (void)ashmem_pin_region(fd, 0, 0); 167 int pin = ashmem_pin_region(fRec.fFD, 0, 0);
|