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

  /frameworks/native/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...]
  /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...]
  /frameworks/native/libs/utils/
RefBase.cpp 353 refs->decWeak(id);
397 void RefBase::weakref_type::decWeak(const void* id)
402 ALOG_ASSERT(c >= 1, "decWeak called on %p too many times", this);
460 decWeak(id);
480 decWeak(id);
489 decWeak(id);
  /frameworks/native/libs/binder/
Binder.cpp 240 mRefs->decWeak(this);
ProcessState.cpp 206 e->refs->decWeak(this);
237 e->refs->decWeak(this);
IPCThreadState.cpp 441 refs->decWeak(mProcess.get());
    [all...]
Parcel.cpp 121 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
133 if (b != NULL) b.get_refs()->decWeak(who);
    [all...]

Completed in 154 milliseconds