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

/frameworks/base/core/java/android/os/
H A DSharedMemory.java42 private final MemoryRegistration mMemoryRegistration; field in class:SharedMemory
62 mMemoryRegistration = new MemoryRegistration(mSize);
64 new Closer(mFileDescriptor, mMemoryRegistration));
227 Runnable unmapper = new Unmapper(address, length, mMemoryRegistration.acquire());

Completed in 155 milliseconds