Searched refs:death_notifier_ (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | hidl_manager.cpp | 442 death_notifier_ = sp<DeathNotifier>::make(global); in registerHidlService() 537 death_notifier_, wpa_s->ifname, p2p_iface_callbacks_map_); in unregisterInterface() 543 death_notifier_, wpa_s->ifname, sta_iface_callbacks_map_); in unregisterInterface() 657 death_notifier_, network_key, p2p_network_callbacks_map_)) in unregisterNetwork() 678 death_notifier_, network_key, sta_network_callbacks_map_)) in unregisterNetwork() 2091 death_notifier_, callback, supplicant_callbacks_); in addSupplicantCallbackHidlObject() 2108 death_notifier_, ifname, callback, p2p_iface_callbacks_map_); in addP2pIfaceCallbackHidlObject() 2125 death_notifier_, ifname, callback, sta_iface_callbacks_map_); in addStaIfaceCallbackHidlObject() 2143 death_notifier_, ifname, network_id, callback, in addP2pNetworkCallbackHidlObject() 2162 death_notifier_, ifname, network_id, callback, in addStaNetworkCallbackHidlObject()
|
D | hidl_manager.h | 289 android::sp<DeathNotifier> death_notifier_; variable
|
/external/wpa_supplicant_8/hostapd/hidl/1.3/ |
D | hostapd.h | 130 android::sp<DeathNotifier> death_notifier_; variable
|
D | hostapd.cpp | 674 : interfaces_(interfaces), death_notifier_(sp<DeathNotifier>::make()) in Hostapd() 981 if (!callback->linkToDeath(death_notifier_, 0)) { in registerCallbackInternal_1_3()
|