Home
last modified time | relevance | path

Searched refs:native_munmap (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DMemoryFile.java48 private static native void native_munmap(int addr, int length) throws IOException; in native_munmap() method in MemoryFile
100 native_munmap(mAddress, mLength); in deactivate()