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

/frameworks/native/include/utils/
H A DStrongPointer.h192 other->forceIncStrong(this);
H A DRefBase.h71 void forceIncStrong(const void* id) const;
/frameworks/native/libs/utils/
H A DRefBase.cpp365 void RefBase::forceIncStrong(const void* id) const function in class:android::RefBase
372 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow",
375 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c);

Completed in 107 milliseconds