Home
last modified time | relevance | path

Searched refs:get_refs (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DParcel.cpp106 if (b != NULL) b.get_refs()->incWeak(who); in acquire_object()
143 if (b != NULL) b.get_refs()->decWeak(who); in release_object()
215 obj.binder = reinterpret_cast<uintptr_t>(binder.get_refs()); in flatten_binder()
/frameworks/rs/server/
DRefBase.h235 inline weakref_type* get_refs() const { return m_refs; } in get_refs() function
/frameworks/rs/cpp/util/
DRefBase.h236 inline weakref_type* get_refs() const { return m_refs; } in get_refs() function