HomeSort by relevance Sort by last modified time
    Searched defs:decStrong (Results 1 - 6 of 6) sorted by null

  /frameworks/native/opengl/libagl/
BufferObjectManager.h 59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* id) const {
  /frameworks/native/include/ui/
ANativeObjectBase.h 65 void decStrong(const void* id) const {
66 REF::decStrong(id);
93 self->decStrong(self);
  /frameworks/native/include/utils/
RefBase.h 69 void decStrong(const void* id) const;
171 inline void decStrong(const void* id) const {
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 59 void Assembly::decStrong(const void*) const
  /frameworks/native/libs/utils/
RefBase.cpp 347 void RefBase::decStrong(const void* id) const
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);
  /system/core/include/system/
window.h 84 void decStrong(const void* id) const {
339 void decStrong(const void* id) const {

Completed in 907 milliseconds