Searched refs:binder (Results 1 – 5 of 5) sorted by relevance
17 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 …]
36 android::binder::Status CreateInterface(39 android::binder::Status41 android::binder::Status GetInterface(
82 if (!wpa_s->global->binder) in wpas_binder_register_interface()95 if (!wpa_s->global->binder) in wpas_binder_unregister_interface()
41 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()
286 struct wpas_binder_priv *binder; member