Searched refs:binder (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.cpp2 * binder interface for wpa_supplicant daemon
17 android::binder::Status Supplicant::CreateInterface(
25 return android::binder::Status::fromServiceSpecificError(
39 return android::binder::Status::fromServiceSpecificError(
44 android::binder::Status status;
56 /* The supplicant core creates a corresponding binder object via
59 status = android::binder::Status::fromServiceSpecificError(
70 android::binder::Status::fromServiceSpecificError(
73 "binder error."));
75 status = android::binder
[all...]
H A Dsupplicant.h2 * binder interface for wpa_supplicant daemon
26 * Implementation of the supplicant binder object. This binder
36 android::binder::Status CreateInterface(
39 android::binder::Status
41 android::binder::Status GetInterface(
H A Dbinder.cpp2 * binder interface for wpa_supplicant daemon
10 #include <binder/IPCThreadState.h>
11 #include <binder/IServiceManager.h>
12 #include <binder/ProcessState.h>
17 #include "binder.h"
30 MSG_DEBUG, "Processing binder events on FD %d", priv->binder_fd);
47 wpa_printf(MSG_INFO, "Process binder events on FD %d", priv->binder_fd);
50 /* Look for read events from the binder socket in the eloop. */
59 /* We may not need to store this binder manager reference in the
82 if (!wpa_s->global->binder)
[all...]
H A Dbinder_manager.cpp2 * binder interface for wpa_supplicant daemon
10 #include <binder/IServiceManager.h>
40 /* Create the main binder service object and register with
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S81 call _rtld_bind # Transfer control to the binder
84 addl $8,%esp # Discard binder arguments
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk52 # C++ flags for binder interface
1771 $(LOCAL_PATH)/binder \
1772 frameworks/native/aidl/binder
1774 $(LOCAL_PATH)/binder
1777 binder/binder_constants.cpp \
1778 binder/fi/w1/wpa_supplicant/ISupplicant.aidl \
1779 binder/fi/w1/wpa_supplicant/ISupplicantCallbacks.aidl \
1780 binder/fi/w1/wpa_supplicant/IIface.aidl
1793 binder/binder
[all...]
H A Dnotify.c16 #include "binder/binder.h"
39 global->binder = wpas_binder_init(global);
40 if (!global->binder)
56 if (global->binder)
57 wpas_binder_deinit(global->binder);
H A Dwpa_supplicant_i.h269 struct wpas_binder_priv *binder; member in struct:wpa_global
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S121 call _rtld_bind # Transfer control to the binder

Completed in 180 milliseconds