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

/frameworks/base/opengl/libagl/
H A DBufferObjectManager.h59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* id) const { function in class:android::EGLBufferObjectManager
/frameworks/base/include/utils/
H A DRefBase.h63 void decStrong(const void* id) const;
154 inline void decStrong(const void* id) const { function in class:android::LightRefBase
331 if (m_ptr) m_ptr->decStrong(this);
337 if (m_ptr) m_ptr->decStrong(this);
346 if (m_ptr) m_ptr->decStrong(this);
355 if (m_ptr) m_ptr->decStrong(this);
364 if (m_ptr) m_ptr->decStrong(this);
380 m_ptr->decStrong(this);
/frameworks/base/libs/utils/
H A DRefBase.cpp301 void RefBase::decStrong(const void* id) const function in class:android::RefBase
307 LOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
309 LOG_ASSERT(c >= 1, "decStrong() called on %p too many times", refs);

Completed in 90 milliseconds