Searched refs:obit (Results 1 – 2 of 2) sorted by relevance
167 const Obituary& obit = mObituaries->itemAt(i); in unlinkToDeath() local168 if ((obit.recipient == recipient in unlinkToDeath()169 || (recipient == nullptr && obit.cookie == cookie)) in unlinkToDeath()170 && obit.flags == flags) { in unlinkToDeath()230 void BpHwBinder::reportOneDeath(const Obituary& obit) in reportOneDeath() argument232 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
109 void reportOneDeath(const Obituary& obit);