Searched refs:mAllowPurging (Results 1 – 2 of 2) sorted by relevance
51 private boolean mAllowPurging = false; // true if our ashmem region is unpinned field in MemoryFile101 if (mAllowPurging) { in beginAccess()109 if (mAllowPurging) { in endAccess()134 return mAllowPurging; in isPurgingAllowed()150 boolean oldValue = mAllowPurging; in allowPurging()153 mAllowPurging = allowPurging; in allowPurging()
51587 Landroid/os/MemoryFile;->mAllowPurging:Z