Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A Dbinder_manager.cpp87 const void *iface_object_key, in getIfaceBinderObjectByKey() argument
90 if (!iface_object_key || !iface_object) in getIfaceBinderObjectByKey()
93 if (iface_object_map_.find(iface_object_key) == iface_object_map_.end()) in getIfaceBinderObjectByKey()
96 *iface_object = iface_object_map_[iface_object_key]; in getIfaceBinderObjectByKey()
H A Dbinder_manager.h39 const void *iface_object_key,