Searched refs:death_callbacks_ (Results 1 – 2 of 2) sorted by relevance
44 const auto it = death_callbacks_.find(binder); in NotifyAboutBinderDeath()45 if (it != death_callbacks_.end()) it->second(); in NotifyAboutBinderDeath()67 death_callbacks_[binder] = callback; in RegisterForDeathNotifications()73 death_callbacks_.erase(binder); in UnregisterForDeathNotifications()
121 std::map<sp<IBinder>, std::function<void()>> death_callbacks_; variable