Searched refs:incWeak (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/utils/
H A DRefBase.cpp285 refs->incWeak(id);
324 refs->incWeak(id);
355 void RefBase::weakref_type::incWeak(const void* id) function in class:android::RefBase::weakref_type
360 LOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
388 incWeak(id);
488 mRefs->incWeak(id);
/frameworks/base/include/utils/
H A DRefBase.h75 void incWeak(const void* id);
411 if (m_ptr) m_refs->incWeak(this);
436 m_refs->incWeak(this);
469 if (other.m_ptr) other.m_refs->incWeak(this);
501 if (other.m_ptr) other.m_refs->incWeak(this);
522 if (other) refs->incWeak(this);
/frameworks/base/libs/binder/
H A DBpBinder.cpp194 getWeakRefs()->incWeak(this);
H A DParcel.cpp71 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
83 if (b != NULL) b.get_refs()->incWeak(who);
H A DIPCThreadState.cpp879 refs->incWeak(mProcess.get());

Completed in 46 milliseconds