HomeSort by relevance Sort by last modified time
    Searched full:native_munmap (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
MemoryFile.java 48 private static native void native_munmap(long addr, int length) throws IOException; method in class:MemoryFile
105 native_munmap(mAddress, mLength); method
  /frameworks/base/core/jni/
android_os_MemoryFile.cpp 143 {"native_munmap", "(JI)V", (void*)android_os_MemoryFile_munmap},

Completed in 90 milliseconds