Home
last modified time | relevance | path

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

/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc95 death_recipients_[binder] = recipient; in RegisterForDeathNotifications()
101 auto it = death_recipients_.find(binder); in UnregisterForDeathNotifications()
102 if (it == death_recipients_.end()) { in UnregisterForDeathNotifications()
111 death_recipients_.erase(it); in UnregisterForDeathNotifications()
Dreal_binder_wrapper.h51 std::map<sp<IBinder>, sp<DeathRecipient>> death_recipients_; variable