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

  /frameworks/base/include/ui/
android_native_buffer.h 39 void incStrong(const void* id) const {
  /frameworks/base/opengl/libagl/
BufferObjectManager.h 58 inline void incStrong(const void* id) const;
72 void EGLBufferObjectManager::incStrong(const void* id) const {
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 54 void Assembly::incStrong(const void*) const
  /frameworks/base/include/utils/
RefBase.h 65 void incStrong(const void* id) const;
167 inline void incStrong(const void* id) const {
352 if (other) other->incStrong(this);
359 if (m_ptr) m_ptr->incStrong(this);
365 if (other) other->incStrong(this);
372 if (m_ptr) m_ptr->incStrong(this);
384 if (otherPtr) otherPtr->incStrong(this);
393 if (other) other->incStrong(this);
403 if (otherPtr) otherPtr->incStrong(this);
412 if (other) other->incStrong(this)
    [all...]
  /frameworks/base/include/ui/egl/
android_natives.h 123 void incStrong(const void* id) const {
382 // Disambiguate between the incStrong in REF and NATIVE_TYPE
383 void incStrong(const void* id) const {
384 REF::incStrong(id);
410 self->incStrong(self);
  /frameworks/base/libs/utils/
RefBase.cpp 287 void RefBase::incStrong(const void* id) const
295 LOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs);
297 LOGD("incStrong of %p from %p: cnt=%d\n", this, id, c);

Completed in 160 milliseconds