HomeSort by relevance Sort by last modified time
    Searched refs:obit (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
BpBinder.cpp 219 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)
278 sp<DeathRecipient> recipient = obit.recipient.promote();
  /frameworks/native/include/binder/
BpBinder.h 108 void reportOneDeath(const Obituary& obit);

Completed in 48 milliseconds