Home
last modified time | relevance | path

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

/system/libhwbinder/
DBpHwBinder.cpp167 const Obituary& obit = mObituaries->itemAt(i); in unlinkToDeath() local
168 if ((obit.recipient == recipient in unlinkToDeath()
169 || (recipient == nullptr && obit.cookie == cookie)) in unlinkToDeath()
170 && obit.flags == flags) { in unlinkToDeath()
230 void BpHwBinder::reportOneDeath(const Obituary& obit) in reportOneDeath() argument
232 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h109 void reportOneDeath(const Obituary& obit);