/external/skia/platform_tools/android/third_party/ashmem/cutils/ |
ashmem.h | 20 int ashmem_set_prot_region(int fd, int prot);
|
ashmem-dev.c | 70 int ashmem_set_prot_region(int fd, int prot) function
|
/system/core/include/cutils/ |
ashmem.h | 20 int ashmem_set_prot_region(int fd, int prot);
|
/system/core/libcutils/ |
ashmem-host.c | 58 int ashmem_set_prot_region(int fd __unused, int prot __unused) function
|
ashmem-dev.c | 176 int ashmem_set_prot_region(int fd, int prot) function
|
/frameworks/base/core/jni/ |
android_util_MemoryIntArray.cpp | 47 int setProtResult = ashmem_set_prot_region(fd, PROT_READ | PROT_WRITE); 83 int setProtResult = ashmem_set_prot_region(fd, PROT_READ);
|
android_database_SQLiteConnection.cpp | 533 if (ashmem_set_prot_region(fd, PROT_READ) < 0) { 535 ALOGE("ashmem_set_prot_region failed: %s", strerror(errno)); [all...] |
/frameworks/native/libs/binder/ |
MemoryHeapBase.cpp | 55 ashmem_set_prot_region(fd, PROT_READ);
|
Parcel.cpp | [all...] |
/frameworks/base/libs/androidfw/ |
CursorWindow.cpp | 53 result = ashmem_set_prot_region(ashmemFd, PROT_READ | PROT_WRITE); 59 result = ashmem_set_prot_region(ashmemFd, PROT_READ);
|
/frameworks/base/core/jni/android/graphics/ |
Graphics.cpp | 610 if (ashmem_set_prot_region(fd, PROT_READ) < 0) {
|