Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp341 const Obituary& obit = mObituaries->itemAt(i); in unlinkToDeath() local
342 if ((obit.recipient == recipient in unlinkToDeath()
343 || (recipient == nullptr && obit.cookie == cookie)) in unlinkToDeath()
344 && obit.flags == flags) { in unlinkToDeath()
399 void BpBinder::reportOneDeath(const Obituary& obit) in reportOneDeath() argument
401 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h181 void reportOneDeath(const Obituary& obit);