Home
last modified time | relevance | path

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

/system/update_engine/libbinderwrapper/
Dreal_binder_wrapper.cc93 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()
Dreal_binder_wrapper.h50 std::map<sp<IBinder>, sp<DeathRecipient>> death_recipients_; variable