Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/binder/
H A Dbinder_manager.cpp42 supplicant_object_ = new Supplicant(global); in registerBinderService()
45 service_name, android::IInterface::asBinder(supplicant_object_)); in registerBinderService()
H A Dbinder_manager.h49 android::sp<Supplicant> supplicant_object_; variable