Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DMemoryFile.java43 private static native boolean native_pin(FileDescriptor fd, boolean pin) throws IOException; in native_pin() method in MemoryFile
98 if (native_pin(mSharedMemory.getFileDescriptor(), true)) { in beginAccess()
106 native_pin(mSharedMemory.getFileDescriptor(), false); in endAccess()
148 native_pin(mSharedMemory.getFileDescriptor(), !allowPurging); in allowPurging()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt4085 Landroid/os/MemoryFile;->native_pin(Ljava/io/FileDescriptor;Z)Z