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