HomeSort by: relevance | last modified time | path
    Searched refs:binder (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/binder/
supplicant.cpp 2 * 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::Status::ok()
    [all...]
supplicant.h 2 * 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(
binder.cpp 2 * 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...]
binder_manager.cpp 2 * binder interface for wpa_supplicant daemon
10 #include <binder/IServiceManager.h>
40 /* Create the main binder service object and register with
  /src/libexec/ld.elf_so/arch/i386/
rtld_start.S 78 call _rtld_bind # Call the binder
79 addl $8,%esp # pop binder args
  /src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c 70 static char *binder; variable
93 binder = optarg;
196 if ( binder ) {
197 rc = ldap_bind_s( sld, binder, pass, LDAP_AUTH_SIMPLE );
  /src/libexec/ld.elf_so/arch/x86_64/
rtld_start.S 92 call _rtld_bind # call the binder
  /src/external/bsd/wpa/dist/wpa_supplicant/
notify.c 16 #include "binder/binder.h"
41 global->binder = wpas_binder_init(global);
42 if (!global->binder)
58 if (global->binder)
59 wpas_binder_deinit(global->binder);
wpa_supplicant_i.h 286 struct wpas_binder_priv *binder; member in struct:wpa_global
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_srvr.c 992 PACKET identities, binders, binder; local
1197 if (!PACKET_get_length_prefixed_1(&binders, &binder)) {
1203 if (PACKET_remaining(&binder) != hashsize) {
1208 binderoffset, PACKET_data(&binder), NULL, sess, 0,
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_srvr.c 1052 PACKET identities, binders, binder; local
1262 if (!PACKET_get_length_prefixed_1(&binders, &binder)) {
1269 if (PACKET_remaining(&binder) != hashsize) {
1275 binderoffset, PACKET_data(&binder), NULL, sess, 0,
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 1309 PACKET identities, binders, binder; local
1524 if (!PACKET_get_length_prefixed_1(&binders, &binder)) {
1530 if (PACKET_remaining(&binder) != (size_t)hashsize) {
1535 binderoffset, PACKET_data(&binder), NULL, sess, 0,

Completed in 41 milliseconds