Searched refs:hidl (Results 1 - 14 of 14) sorted by relevance

/external/libese/esed/
H A DWeaver.h21 #include <hidl/MQDescriptor.h>
22 #include <hidl/Status.h>
H A DOemLock.h21 #include <hidl/MQDescriptor.h>
22 #include <hidl/Status.h>
H A Desed.cpp23 #include <hidl/HidlTransportSupport.h>
H A Dutils.h23 #include <hidl/Status.h>
/external/nos/host/android/hals/authsecret/citadel/
H A Dservice.cpp18 #include <hidl/HidlTransportSupport.h>
/external/nos/host/android/hals/oemlock/citadel/
H A Dservice.cpp18 #include <hidl/HidlTransportSupport.h>
/external/nos/host/android/hals/weaver/citadel/
H A Dservice.cpp18 #include <hidl/HidlTransportSupport.h>
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dhidl.cpp2 * hidl interface for wpa_supplicant daemon
12 #include <hidl/HidlTransportSupport.h>
16 #include "hidl.h"
44 wpa_printf(MSG_DEBUG, "Initing hidl control");
51 wpa_printf(MSG_INFO, "Processing hidl events on FD %d", priv->hidl_fd);
52 // Look for read events from the hidl socket in the eloop.
61 // We may not need to store this hidl manager reference in the
76 wpa_printf(MSG_DEBUG, "Deiniting hidl control");
85 if (!wpa_s || !wpa_s->global->hidl)
89 MSG_DEBUG, "Registering interface to hidl contro
[all...]
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
H A Dhidl.cpp2 * hidl interface for wpa_supplicant daemon
12 #include <hidl/HidlTransportSupport.h>
16 #include "hidl.h"
44 wpa_printf(MSG_DEBUG, "Initing hidl control");
51 wpa_printf(MSG_INFO, "Processing hidl events on FD %d", priv->hidl_fd);
52 // Look for read events from the hidl socket in the eloop.
61 // We may not need to store this hidl manager reference in the
76 wpa_printf(MSG_DEBUG, "Deiniting hidl control");
85 if (!wpa_s || !wpa_s->global->hidl)
89 MSG_DEBUG, "Registering interface to hidl contro
[all...]
/external/wpa_supplicant_8/hostapd/hidl/1.0/
H A Dhidl.cpp2 * hidl interface for wpa_supplicant daemon
11 #include <hidl/HidlTransportSupport.h>
17 #include "hidl.h"
41 wpa_printf(MSG_DEBUG, "Initing hidl control");
48 wpa_printf(MSG_INFO, "Processing hidl events on FD %d", hidl_fd);
49 // Look for read events from the hidl socket in the eloop.
66 wpa_printf(MSG_DEBUG, "Deiniting hidl control");
/external/nos/host/android/hals/keymaster/citadel/
H A Dservice.cpp18 #include <hidl/HidlTransportSupport.h>
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c26 #include "hidl.h"
39 global->hidl = wpas_hidl_init(global);
40 if (!global->hidl)
56 if (global->hidl)
57 wpas_hidl_deinit(global->hidl);
H A Dwpa_supplicant_i.h269 struct wpas_hidl_priv *hidl; member in struct:wpa_global
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk1137 hidl/$(HIDL_INTERFACE_VERSION)/hidl.cpp \
1138 hidl/$(HIDL_INTERFACE_VERSION)/hostapd.cpp
1148 $(LOCAL_PATH)/hidl/$(HIDL_INTERFACE_VERSION)

Completed in 284 milliseconds