Searched refs:createWeak (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A DRefBase.h108 weakref_type* createWeak(const void* id) const;
299 if (other) m_refs = other->createWeak(this);
314 m_refs = m_ptr->createWeak(this);
322 if (other) m_refs = other->createWeak(this);
340 m_refs = m_ptr->createWeak(this);
354 other ? other->createWeak(this) : 0;
377 other != NULL ? other->createWeak(this) : 0;
389 other ? other->createWeak(this) : 0;
412 other != NULL ? other->createWeak(this) : 0;
/frameworks/native/libs/binder/
H A DBinder.cpp230 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
/frameworks/native/libs/utils/
H A DRefBase.cpp537 RefBase::weakref_type* RefBase::createWeak(const void* id) const function in class:android::RefBase

Completed in 383 milliseconds