Home
last modified time | relevance | path

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

/system/core/libutils/
DSharedBuffer.cpp56 if (onlyOwner()) { in edit()
69 if (onlyOwner()) { in editResize()
94 if (onlyOwner()) { in attemptEdit()
117 if (onlyOwner()) { in release()
DSharedBuffer.h93 inline bool onlyOwner() const;
138 bool SharedBuffer::onlyOwner() const { in onlyOwner() function