Home
last modified time | relevance | path

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

/system/security/keystore2/apc_compat/
Dapc_compat.cpp340 auto aidlSessionCookie = static_cast<ConfuiAidlCompatSession::DeathRecipientCookie*>(ptr); in binderDiedCallbackAidl() local
341 if (aidlSessionCookie == nullptr) { in binderDiedCallbackAidl()
344 } else if (auto aidlSession = aidlSessionCookie->mAidlSession.lock(); in binderDiedCallbackAidl()
356 auto aidlSessionCookie = static_cast<ConfuiAidlCompatSession::DeathRecipientCookie*>(ptr); in binderUnlinkedCallbackAidl() local
357 if (aidlSessionCookie == nullptr) { in binderUnlinkedCallbackAidl()
360 } else if (auto aidlSession = aidlSessionCookie->mAidlSession.lock(); in binderUnlinkedCallbackAidl()
364 delete aidlSessionCookie; in binderUnlinkedCallbackAidl()