Home
last modified time | relevance | path

Searched refs:onlyOwner (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/
DSharedBuffer.cpp55 if (onlyOwner()) { in edit()
68 if (onlyOwner()) { in editResize()
93 if (onlyOwner()) { in attemptEdit()
116 if (onlyOwner() || ((prev = android_atomic_dec(&mRefs)) == 1)) { in release()
DBasicHashtable.cpp85 if (sb->onlyOwner()) { in clear()
/system/core/include/utils/
DSharedBuffer.h88 inline bool onlyOwner() const;
129 bool SharedBuffer::onlyOwner() const { in onlyOwner() function
DBasicHashtable.h60 if (mBuckets && !SharedBuffer::bufferFromData(mBuckets)->onlyOwner()) { in edit()