Home
last modified time | relevance | path

Searched refs:hidl_fd (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl.cpp47 IPCThreadState::self()->setupPolling(&priv->hidl_fd); in wpas_hidl_init()
48 if (priv->hidl_fd < 0) in wpas_hidl_init()
51 wpa_printf(MSG_INFO, "Processing hidl events on FD %d", priv->hidl_fd); in wpas_hidl_init()
54 priv->hidl_fd, wpas_hidl_sock_handler, global, priv) < 0) in wpas_hidl_init()
79 eloop_unregister_read_sock(priv->hidl_fd); in wpas_hidl_deinit()
Dhidl_i.h19 int hidl_fd; member