Searched refs:aidlSessionCookie (Results 1 – 1 of 1) sorted by relevance
340 auto aidlSessionCookie = static_cast<ConfuiAidlCompatSession::DeathRecipientCookie*>(ptr); in binderDiedCallbackAidl() local341 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() local357 if (aidlSessionCookie == nullptr) { in binderUnlinkedCallbackAidl()360 } else if (auto aidlSession = aidlSessionCookie->mAidlSession.lock(); in binderUnlinkedCallbackAidl()364 delete aidlSessionCookie; in binderUnlinkedCallbackAidl()