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

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

Completed in 102 milliseconds