HomeSort by relevance Sort by last modified time
    Searched defs:hidl_fd (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/hostapd/hidl/1.1/
hidl.cpp 30 static int hidl_fd = -1; variable
43 IPCThreadState::self()->setupPolling(&hidl_fd);
44 if (hidl_fd < 0)
47 wpa_printf(MSG_INFO, "Processing hidl events on FD %d", hidl_fd);
50 hidl_fd, hostapd_hidl_sock_handler, interfaces, NULL) < 0)
66 eloop_unregister_read_sock(hidl_fd);
68 hidl_fd = -1;
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
hidl_i.h 20 int hidl_fd; member in struct:wpas_hidl_priv

Completed in 3721 milliseconds