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

  /frameworks/rs/cpp/util/
RefBase.h 108 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) : NULL;
389 other ? other->createWeak(this) : NULL;
412 other != NULL ? other->createWeak(this) : NULL;
  /system/core/libutils/include/utils/
RefBase.h 280 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/native/libs/binder/
Binder.cpp 282 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
  /system/core/libutils/
RefBase.cpp 675 RefBase::weakref_type* RefBase::createWeak(const void* id) const

Completed in 599 milliseconds