Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/binder/
Dbinder_manager.cpp42 supplicant_object_ = new Supplicant(global); in registerBinderService()
45 service_name, android::IInterface::asBinder(supplicant_object_)); in registerBinderService()
Dbinder_manager.h49 android::sp<Supplicant> supplicant_object_; variable