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

/frameworks/native/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/native/include/ui/
H A DANativeObjectBase.h65 void decStrong(const void* id) const { function in class:android::ANativeObjectBase
66 REF::decStrong(id);
93 self->decStrong(self);
/frameworks/native/include/utils/
H A DRefBase.h69 void decStrong(const void* id) const;
171 inline void decStrong(const void* id) const { function in class:android::LightRefBase
/frameworks/native/libs/utils/
H A DRefBase.cpp347 void RefBase::decStrong(const void* id) const function in class:android::RefBase
353 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
355 ALOG_ASSERT(c >= 1, "decStrong() called on %p too many times", refs);

Completed in 34 milliseconds