Searched defs:incStrong (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/libagl/
H A DBufferObjectManager.h58 inline void incStrong(const void* id) const;
72 void EGLBufferObjectManager::incStrong(const void* id) const { function in class:android::EGLBufferObjectManager
/frameworks/base/include/utils/
H A DRefBase.h62 void incStrong(const void* id) const;
151 inline void incStrong(const void* id) const { function in class:android::LightRefBase
305 if (other) other->incStrong(this);
312 if (m_ptr) m_ptr->incStrong(this);
318 if (other) other->incStrong(this);
325 if (m_ptr) m_ptr->incStrong(this);
336 if (other.m_ptr) other.m_ptr->incStrong(this);
345 if (other) other->incStrong(this);
354 if (other.m_ptr) other.m_ptr->incStrong(this);
363 if (other) other->incStrong(thi
[all...]
/frameworks/base/libs/utils/
H A DRefBase.cpp281 void RefBase::incStrong(const void* id) const function in class:android::RefBase
289 LOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs);
291 LOGD("incStrong of %p from %p: cnt=%d\n", this, id, c);

Completed in 72 milliseconds