Home
last modified time | relevance | path

Searched refs:DeathNotifier (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.h30 class DeathNotifier : public android::hardware::hidl_death_recipient
130 android::sp<DeathNotifier> death_notifier_;
Dhostapd.cpp674 : interfaces_(interfaces), death_notifier_(sp<DeathNotifier>::make()) in Hostapd()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dhidl_manager.h38 class DeathNotifier : public android::hardware::hidl_death_recipient
41 DeathNotifier(struct wpa_global *wpa_global) in DeathNotifier() function
289 android::sp<DeathNotifier> death_notifier_;
Dhidl_manager.cpp68 const android::sp<DeathNotifier> &death_notifier, in registerForDeathAndAddCallbackHidlObjectToList()
113 const android::sp<DeathNotifier> &death_notifier, in addIfaceCallbackHidlObjectToMap()
133 const android::sp<DeathNotifier> &death_notifier, in addNetworkCallbackHidlObjectToMap()
157 const android::sp<DeathNotifier> &death_notifier, in removeAllIfaceCallbackHidlObjectsFromMap()
180 const android::sp<DeathNotifier> &death_notifier, in removeAllNetworkCallbackHidlObjectsFromMap()
442 death_notifier_ = sp<DeathNotifier>::make(global); in registerHidlService()