Searched defs:prot (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | SharedMemory.java | 99 private static void validateProt(int prot) { in validateProt() 130 public boolean setProtect(int prot) { in setProtect() 216 public @NonNull ByteBuffer map(int prot, int offset, int length) throws ErrnoException { in map() 379 private static native int nSetProt(FileDescriptor fd, int prot); in nSetProt()
|
/frameworks/base/native/android/ |
D | sharedmem.cpp | 60 int ASharedMemory_setProt(int fd, int prot) { in ASharedMemory_setProt()
|
/frameworks/base/core/jni/ |
D | android_os_SharedMemory.cpp | 73 jint SharedMemory_nSetProt(JNIEnv* env, jobject, jobject fileDescriptor, jint prot) { in SharedMemory_nSetProt()
|
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 119 int prot = PROT_READ; in mapfd() local
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 194 int prot = PROT_NONE; in map() local 281 int prot, int flags, void** base, void** addr) { in mapInternal() 351 int prot, int flags, void** base, void** addr) { in mapInternal()
|
D | C2DmaBufAllocator.cpp | 141 int prot, int flags, void** base, void** addr) { in mapInternal() 185 int prot = PROT_NONE; in map() local
|