Home
last modified time | relevance | path

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

/system/bt/service/ipc/binder/
Dremote_callback_list.h193 CHECK(who.unsafe_get() == binder.get()); in binderDied()
Dremote_callback_map.h229 CHECK(who.unsafe_get() == binder.get()); in binderDied()
/system/core/libutils/include/utils/
DRefBase.h401 inline T* unsafe_get() const { return m_ptr; } in unsafe_get() function
/system/security/keystore/
Dkeymaster_worker.cpp1127 auto operations = operationMap_.getOperationsForToken(who.unsafe_get()); in binderDied()