Searched refs:death_recipients_ (Results 1 – 2 of 2) sorted by relevance
95 death_recipients_[binder] = recipient; in RegisterForDeathNotifications()101 auto it = death_recipients_.find(binder); in UnregisterForDeathNotifications()102 if (it == death_recipients_.end()) { in UnregisterForDeathNotifications()111 death_recipients_.erase(it); in UnregisterForDeathNotifications()
51 std::map<sp<IBinder>, sp<DeathRecipient>> death_recipients_; variable