Home
last modified time | relevance | path

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

/system/core/libbinderwrapper/
Dstub_binder_wrapper.cc43 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()
/system/core/libbinderwrapper/include/binderwrapper/
Dstub_binder_wrapper.h122 std::map<sp<IBinder>, ::base::Closure> death_callbacks_; variable