HomeSort by relevance Sort by last modified time
    Searched refs:decWeak (Results 1 - 10 of 10) 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...]
  /system/core/libutils/include/utils/
RefBase.h 254 void decWeak(const void* id);
501 if (m_ptr) m_refs->decWeak(this);
509 if (m_ptr) m_refs->decWeak(this);
521 if (m_ptr) m_refs->decWeak(this);
533 if (m_ptr) m_refs->decWeak(this);
544 if (m_ptr) m_refs->decWeak(this);
556 if (m_ptr) m_refs->decWeak(this);
568 if (m_ptr) m_refs->decWeak(this);
578 if (m_ptr) m_refs->decWeak(this);
597 m_refs->decWeak(this)
    [all...]
  /system/core/libutils/
RefBase.cpp 77 // In the OBJECT_LIFETIME_STRONG case, it is normally deallocated in decWeak,
85 // the RefBase destructor, which is always invoked by decWeak. DecStrong
441 // and all accesses to refs happen before its deletion in the final decWeak.
446 // they can change between `delete this;` and `refs->decWeak(id);`. This is
449 refs->decWeak(id);
498 void RefBase::weakref_type::decWeak(const void* id)
503 LOG_ALWAYS_FATAL_IF(BAD_WEAK(c), "decWeak called on %p too many times",
569 decWeak(id);
589 decWeak(id);
598 decWeak(id)
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 294 e->refs->decWeak(this);
325 e->refs->decWeak(this);
Binder.cpp 292 mRefs->decWeak(this);
IPCThreadState.cpp 483 * The decWeak()/decStrong() calls may cause a destructor to run,
497 refs->decWeak(mProcess.get());
503 // decWeak() and a decStrong() to be queued, we want to process
504 // the decWeak() first.
517 refs->decWeak(mProcess.get());
    [all...]
Parcel.cpp 164 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
176 if (b != NULL) b.get_refs()->decWeak(who);
    [all...]
  /system/libhwbinder/
ProcessState.cpp 251 e->refs->decWeak(this);
282 e->refs->decWeak(this);
IPCThreadState.cpp 480 * The decWeak()/decStrong() calls may cause a destructor to run,
494 refs->decWeak(mProcess.get());
500 // decWeak() and a decStrong() to be queued, we want to process
501 // the decWeak() first.
521 refs->decWeak(mProcess.get());
    [all...]
Parcel.cpp 156 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
168 if (b != NULL) b.get_refs()->decWeak(who);
    [all...]

Completed in 172 milliseconds