Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSharedMemory.java98 private static void validateProt(int prot) { in validateProt()
129 public boolean setProtect(int prot) { in setProtect()
215 public @NonNull ByteBuffer map(int prot, int offset, int length) throws ErrnoException { in map()
364 private static native int nSetProt(FileDescriptor fd, int prot); in nSetProt()
/frameworks/ml/nn/runtime/
DMemory.cpp79 int MemoryFd::set(size_t size, int prot, int fd, size_t offset) { in set()
129 int prot = mHandle->data[1]; in getPointer() local
DNeuralNetworks.cpp820 int ANeuralNetworksMemory_createFromFd(size_t size, int prot, int fd, size_t offset, in ANeuralNetworksMemory_createFromFd()
/frameworks/base/native/android/
Dsharedmem.cpp58 int ASharedMemory_setProt(int fd, int prot) { in ASharedMemory_setProt()
/frameworks/base/core/jni/
Dandroid_os_SharedMemory.cpp84 jint SharedMemory_nSetProt(JNIEnv* env, jobject, jobject fileDescriptor, jint prot) { in SharedMemory_nSetProt()
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp225 int prot = PROT_NONE; in map() local
312 int prot, int flags, void** base, void** addr) { in mapInternal()
382 int prot, int flags, void** base, void** addr) { in mapInternal()
/frameworks/ml/nn/common/
DCpuExecutor.cpp314 int prot = mHidlMemory.handle()->data[1]; in update() local
348 int prot = hidlMemory.handle()->data[1]; in createFromHidlMemory() local