Home
last modified time | relevance | path

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

/system/core/include/utils/
DRefBase.h256 inline T* unsafe_get() const { return m_ptr; } in unsafe_get() function
469 return printWeakPointer(to, val.unsafe_get());
/system/security/keystore/
Dkeystore.cpp1703 auto operations = mOperationMap.getOperationsForToken(who.unsafe_get()); in binderDied()