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

  /frameworks/native/include/utils/
RefBase.h 112 weakref_type* createWeak(const void* id) const;
310 if (other) m_refs = other->createWeak(this);
325 m_refs = m_ptr->createWeak(this);
333 if (other) m_refs = other->createWeak(this);
351 m_refs = m_ptr->createWeak(this);
365 other ? other->createWeak(this) : 0;
388 other != NULL ? other->createWeak(this) : 0;
400 other ? other->createWeak(this) : 0;
423 other != NULL ? other->createWeak(this) : 0;
  /frameworks/rs/server/
RefBase.h 107 weakref_type* createWeak(const void* id) const;
298 if (other) m_refs = other->createWeak(this);
313 m_refs = m_ptr->createWeak(this);
321 if (other) m_refs = other->createWeak(this);
339 m_refs = m_ptr->createWeak(this);
353 other ? other->createWeak(this) : 0;
376 other != NULL ? other->createWeak(this) : 0;
388 other ? other->createWeak(this) : 0;
411 other != NULL ? other->createWeak(this) : 0;
  /frameworks/native/libs/binder/
Binder.cpp 230 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
  /frameworks/native/libs/utils/
RefBase.cpp 569 RefBase::weakref_type* RefBase::createWeak(const void* id) const

Completed in 35 milliseconds