Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DSharedMemory.java99 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/
Dsharedmem.cpp60 int ASharedMemory_setProt(int fd, int prot) { in ASharedMemory_setProt()
/frameworks/base/core/jni/
Dandroid_os_SharedMemory.cpp73 jint SharedMemory_nSetProt(JNIEnv* env, jobject, jobject fileDescriptor, jint prot) { in SharedMemory_nSetProt()
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp119 int prot = PROT_READ; in mapfd() local
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp194 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()
DC2DmaBufAllocator.cpp141 int prot, int flags, void** base, void** addr) { in mapInternal()
185 int prot = PROT_NONE; in map() local