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

  /frameworks/base/opengl/libagl/
BufferObjectManager.h 59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* id) const {
  /frameworks/base/include/ui/egl/
android_natives.h 66 void decStrong(const void* id) const {
67 REF::decStrong(id);
94 self->decStrong(self);
  /frameworks/base/include/utils/
RefBase.h 68 void decStrong(const void* id) const;
170 inline void decStrong(const void* id) const {
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 59 void Assembly::decStrong(const void*) const
  /frameworks/base/libs/utils/
RefBase.cpp 347 void RefBase::decStrong(const void* id) const
353 LOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
355 LOG_ASSERT(c >= 1, "decStrong() called on %p too many times", refs);
  /system/core/include/system/
window.h 83 void decStrong(const void* id) const {
311 void decStrong(const void* id) const {

Completed in 578 milliseconds