Searched refs:death_callbacks_ (Results 1 – 2 of 2) sorted by relevance
43 const auto it = death_callbacks_.find(binder); in NotifyAboutBinderDeath()44 if (it != death_callbacks_.end()) in NotifyAboutBinderDeath()68 death_callbacks_[binder] = callback; in RegisterForDeathNotifications()74 death_callbacks_.erase(binder); in UnregisterForDeathNotifications()
122 std::map<sp<IBinder>, ::base::Closure> death_callbacks_; variable