Home
last modified time | relevance | path

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

/system/core/libutils/
DSharedBuffer.cpp54 if (onlyOwner()) { in edit()
67 if (onlyOwner()) { in editResize()
92 if (onlyOwner()) { in attemptEdit()
115 if (onlyOwner() || ((prev = mRefs.fetch_sub(1, std::memory_order_release) == 1) in release()
DSharedBuffer.h93 inline bool onlyOwner() const;
138 bool SharedBuffer::onlyOwner() const { in onlyOwner() function