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

/system/core/libpixelflinger/tinyutils/
H A DSharedBuffer.cpp40 if (onlyOwner()) {
53 if (onlyOwner()) {
73 if (onlyOwner()) {
96 if (onlyOwner() || ((prev = android_atomic_dec(&mRefs)) == 1)) {
H A DSharedBuffer.h83 inline bool onlyOwner() const;
130 bool SharedBuffer::onlyOwner() const { function in class:android::SharedBuffer

Completed in 19 milliseconds