Searched defs:native_munmap (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/os/
H A DMemoryFile.java48 private static native void native_munmap(long addr, int length) throws IOException; method in class:MemoryFile
105 native_munmap(mAddress, mLength);

Completed in 71 milliseconds