Searched refs:TransferDeathRecipient (Results 1 – 2 of 2) sorted by relevance
144 struct TransferDeathRecipient : ::android::IBinder::DeathRecipient { struct145 TransferDeathRecipient(const ::android::wp<::android::IBinder>& who, void* cookie, in TransferDeathRecipient() function177 std::vector<::android::sp<TransferDeathRecipient>> mDeathRecipients;
365 void AIBinder_DeathRecipient::TransferDeathRecipient::binderDied(const wp<IBinder>& who) { in binderDied()392 [](const sp<TransferDeathRecipient>& tdr) { in pruneDeadTransferEntriesLocked()403 sp<TransferDeathRecipient> recipient = in linkToDeath()404 new TransferDeathRecipient(binder, cookie, this, mOnDied); in linkToDeath()423 sp<TransferDeathRecipient> recipient = *it; in unlinkToDeath()