Searched defs:obit (Results 1 - 1 of 1) sorted by relevance

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

Completed in 7 milliseconds