Home
last modified time | relevance | path

Searched refs:unsafe_get (Results 1 – 5 of 5) 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
641 return printWeakPointer(to, val.unsafe_get());
/system/libhwbinder/
DParcel.cpp253 obj.cookie = reinterpret_cast<uintptr_t>(binder.unsafe_get()); in flatten_binder()
328 static_cast<BpHwBinder*>(out->unsafe_get()), *flat, in); in unflatten_binder()
/system/security/keystore/
Dkeymaster_worker.cpp1091 auto operations = operationMap_.getOperationsForToken(who.unsafe_get()); in binderDied()