Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DRefBase_test.cpp250 EXPECT_EQ(weakFoo.unsafe_get(), wp<Foo>::fromExisting(foo.get()).unsafe_get()); in TEST()
/system/core/libutils/include/utils/
DRefBase.h457 inline T* unsafe_get() const { return m_ptr; } in unsafe_get() function
/system/core/libutils/binder/include/utils/
DRefBase.h457 inline T* unsafe_get() const { return m_ptr; } in unsafe_get() function