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

  /system/core/include/utils/
RefBase.h 255 inline weakref_type* get_refs() const { return m_refs; } function in class:android::wp
512 TYPE::renameRefId(d[i].get_refs(), &s[i], &d[i]);
  /frameworks/rs/cpp/util/
RefBase.h 236 inline weakref_type* get_refs() const { return m_refs; } function in class:android::RSC::wp
  /frameworks/rs/server/
RefBase.h 235 inline weakref_type* get_refs() const { return m_refs; } function in class:android::wp
  /frameworks/native/libs/binder/
Parcel.cpp 153 if (b != NULL) b.get_refs()->incWeak(who);
205 if (b != NULL) b.get_refs()->decWeak(who);
296 obj.binder = reinterpret_cast<uintptr_t>(binder.get_refs());
    [all...]

Completed in 97 milliseconds