Searched refs:obit (Results 1 - 2 of 2) 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();
/frameworks/native/include/binder/
H A DBpBinder.h108 void reportOneDeath(const Obituary& obit);

Completed in 613 milliseconds