Searched refs:TransferDeathRecipient (Results 1 – 2 of 2) sorted by relevance
148 struct TransferDeathRecipient : ::android::IBinder::DeathRecipient { struct149 TransferDeathRecipient(const ::android::wp<::android::IBinder>& who, void* cookie, in TransferDeathRecipient() function158 ~TransferDeathRecipient();189 std::vector<::android::sp<TransferDeathRecipient>> mDeathRecipients;
387 AIBinder_DeathRecipient::TransferDeathRecipient::~TransferDeathRecipient() { in ~TransferDeathRecipient()393 void AIBinder_DeathRecipient::TransferDeathRecipient::binderDied(const wp<IBinder>& who) { in binderDied()420 [](const sp<TransferDeathRecipient>& tdr) { in pruneDeadTransferEntriesLocked()431 sp<TransferDeathRecipient> recipient = in linkToDeath()432 new TransferDeathRecipient(binder, cookie, this, mOnDied, mOnUnlinked); in linkToDeath()453 sp<TransferDeathRecipient> recipient = *it; in unlinkToDeath()