Home
last modified time | relevance | path

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

/system/core/libutils/
DSharedBuffer.cpp57 if (onlyOwner()) { in edit()
70 if (onlyOwner()) { in editResize()
95 if (onlyOwner()) { in attemptEdit()
118 if (onlyOwner()) { in release()
DSharedBuffer.h93 inline bool onlyOwner() const;
143 bool SharedBuffer::onlyOwner() const { in onlyOwner() function