Searched refs:mMemoryRegistration (Results 1 – 2 of 2) sorted by relevance
43 private final MemoryRegistration mMemoryRegistration; field in SharedMemory63 mMemoryRegistration = new MemoryRegistration(mSize); in SharedMemory()65 new Closer(mFileDescriptor, mMemoryRegistration)); in SharedMemory()229 Runnable unmapper = new Unmapper(address, length, mMemoryRegistration.acquire()); in map()
52405 Landroid/os/SharedMemory;->mMemoryRegistration:Landroid/os/SharedMemory$MemoryRegistration;