Searched refs:forceIncStrong (Results 1 - 3 of 3) sorted by relevance

/system/core/include/utils/
H A DStrongPointer.h190 other->forceIncStrong(this);
H A DRefBase.h75 void forceIncStrong(const void* id) const;
/system/core/libutils/
H A DRefBase.cpp359 void RefBase::forceIncStrong(const void* id) const function in class:android::RefBase
366 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow",
369 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c);

Completed in 323 milliseconds