Home
last modified time | relevance | path

Searched refs:binder (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/wpa_supplicant/binder/
Dsupplicant.cpp17 android::binder::Status Supplicant::CreateInterface( in CreateInterface()
25 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
39 return android::binder::Status::fromServiceSpecificError( in CreateInterface()
44 android::binder::Status status; in CreateInterface()
59 status = android::binder::Status::fromServiceSpecificError( in CreateInterface()
70 android::binder::Status::fromServiceSpecificError( in CreateInterface()
75 status = android::binder::Status::ok(); in CreateInterface()
84 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname) in RemoveInterface()
90 return android::binder::Status::fromServiceSpecificError( in RemoveInterface()
95 return android::binder::Status::fromServiceSpecificError( in RemoveInterface()
[all …]
Dsupplicant.h36 android::binder::Status CreateInterface(
39 android::binder::Status
41 android::binder::Status GetInterface(
Dbinder.cpp82 if (!wpa_s->global->binder) in wpas_binder_register_interface()
95 if (!wpa_s->global->binder) in wpas_binder_unregister_interface()
/hostap-latest/wpa_supplicant/
Dnotify.c41 global->binder = wpas_binder_init(global); in wpas_notify_supplicant_initialized()
42 if (!global->binder) in wpas_notify_supplicant_initialized()
58 if (global->binder) in wpas_notify_supplicant_deinitialized()
59 wpas_binder_deinit(global->binder); in wpas_notify_supplicant_deinitialized()
Dwpa_supplicant_i.h286 struct wpas_binder_priv *binder; member