Home
last modified time | relevance | path

Searched refs:death_callbacks_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/libbinderwrapper/
Dstub_binder_wrapper.cc44 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()
/system/update_engine/libbinderwrapper/include/binderwrapper/
Dstub_binder_wrapper.h121 std::map<sp<IBinder>, std::function<void()>> death_callbacks_; variable