Home
last modified time | relevance | path

Searched refs:eKeepStorage (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/
DSharedBuffer.h38 eKeepStorage = 0x00000001 enumerator
DSharedBuffer.cpp117 const bool useDealloc = ((flags & eKeepStorage) == 0); in release()
DVectorImpl.cpp370 if (sb->release(SharedBuffer::eKeepStorage) == 1) { in release_storage()