HomeSort by relevance Sort by last modified time
    Searched refs:createWeak (Results 1 - 11 of 11) 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) : 0;
389 other ? other->createWeak(this) : 0;
412 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;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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) : 0;
389 other ? other->createWeak(this) : 0;
412 other != NULL ? other->createWeak(this) : 0;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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) : 0;
389 other ? other->createWeak(this) : 0;
412 other != NULL ? other->createWeak(this) : 0;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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) : 0;
389 other ? other->createWeak(this) : 0;
412 other != NULL ? other->createWeak(this) : 0;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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;
  /system/core/include/utils/
RefBase.h 112 weakref_type* createWeak(const void* id) const;
317 if (other) m_refs = other->createWeak(this);
332 m_refs = m_ptr->createWeak(this);
340 if (other) m_refs = other->createWeak(this);
358 m_refs = m_ptr->createWeak(this);
372 other ? other->createWeak(this) : 0;
395 other != NULL ? other->createWeak(this) : 0;
407 other ? other->createWeak(this) : 0;
430 other != NULL ? other->createWeak(this) : 0;
  /frameworks/native/libs/binder/
Binder.cpp 240 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
  /system/core/libutils/
RefBase.cpp 572 RefBase::weakref_type* RefBase::createWeak(const void* id) const

Completed in 470 milliseconds