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

  /frameworks/rs/cpp/util/
RefBase.h 82 void decWeak(const void* id);
347 if (m_ptr) m_refs->decWeak(this);
355 if (m_ptr) m_refs->decWeak(this);
367 if (m_ptr) m_refs->decWeak(this);
379 if (m_ptr) m_refs->decWeak(this);
390 if (m_ptr) m_refs->decWeak(this);
402 if (m_ptr) m_refs->decWeak(this);
414 if (m_ptr) m_refs->decWeak(this);
424 if (m_ptr) m_refs->decWeak(this);
443 m_refs->decWeak(this)
    [all...]
  /frameworks/rs/server/
RefBase.h 81 void decWeak(const void* id);
346 if (m_ptr) m_refs->decWeak(this);
354 if (m_ptr) m_refs->decWeak(this);
366 if (m_ptr) m_refs->decWeak(this);
378 if (m_ptr) m_refs->decWeak(this);
389 if (m_ptr) m_refs->decWeak(this);
401 if (m_ptr) m_refs->decWeak(this);
413 if (m_ptr) m_refs->decWeak(this);
423 if (m_ptr) m_refs->decWeak(this);
442 m_refs->decWeak(this)
    [all...]
  /system/core/include/utils/
RefBase.h 86 void decWeak(const void* id);
358 if (m_ptr) m_refs->decWeak(this);
366 if (m_ptr) m_refs->decWeak(this);
378 if (m_ptr) m_refs->decWeak(this);
390 if (m_ptr) m_refs->decWeak(this);
401 if (m_ptr) m_refs->decWeak(this);
413 if (m_ptr) m_refs->decWeak(this);
425 if (m_ptr) m_refs->decWeak(this);
435 if (m_ptr) m_refs->decWeak(this);
454 m_refs->decWeak(this)
    [all...]
  /system/core/libutils/
RefBase.cpp 352 refs->decWeak(id);
396 void RefBase::weakref_type::decWeak(const void* id)
401 ALOG_ASSERT(c >= 1, "decWeak called on %p too many times", this);
459 decWeak(id);
479 decWeak(id);
488 decWeak(id);
  /frameworks/native/libs/binder/
Binder.cpp 240 mRefs->decWeak(this);
ProcessState.cpp 233 e->refs->decWeak(this);
264 e->refs->decWeak(this);
IPCThreadState.cpp 459 refs->decWeak(mProcess.get());
    [all...]
Parcel.cpp 123 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
135 if (b != NULL) b.get_refs()->decWeak(who);
    [all...]

Completed in 539 milliseconds