Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp220 const Obituary& obit = mObituaries->itemAt(i); in unlinkToDeath() local
221 if ((obit.recipient == recipient in unlinkToDeath()
222 || (recipient == NULL && obit.cookie == cookie)) in unlinkToDeath()
223 && obit.flags == flags) { in unlinkToDeath()
276 void BpBinder::reportOneDeath(const Obituary& obit) in reportOneDeath() argument
278 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h108 void reportOneDeath(const Obituary& obit);