HomeSort by relevance Sort by last modified time
    Searched refs:createWeak (Results 1 - 3 of 3) sorted by null

  /frameworks/base/include/utils/
RefBase.h 102 weakref_type* createWeak(const void* id) const;
453 if (other) m_refs = other->createWeak(this);
468 m_refs = m_ptr->createWeak(this);
476 if (other) m_refs = other->createWeak(this);
494 m_refs = m_ptr->createWeak(this);
508 other ? other->createWeak(this) : 0;
531 other != NULL ? other->createWeak(this) : 0;
543 other ? other->createWeak(this) : 0;
566 other != NULL ? other->createWeak(this) : 0;
  /frameworks/base/libs/binder/
Binder.cpp 223 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
  /frameworks/base/libs/utils/
RefBase.cpp 510 RefBase::weakref_type* RefBase::createWeak(const void* id) const

Completed in 442 milliseconds