Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSharedMemory.java43 private final MemoryRegistration mMemoryRegistration; field in SharedMemory
63 mMemoryRegistration = new MemoryRegistration(mSize); in SharedMemory()
65 new Closer(mFileDescriptor, mMemoryRegistration)); in SharedMemory()
229 Runnable unmapper = new Unmapper(address, length, mMemoryRegistration.acquire()); in map()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52405 Landroid/os/SharedMemory;->mMemoryRegistration:Landroid/os/SharedMemory$MemoryRegistration;