HomeSort by relevance Sort by last modified time
    Searched refs:wifi_register_handler (Results 1 - 8 of 8) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 190 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
common.cpp 52 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) function
cpp_bindings.h 313 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this);
cpp_bindings.cpp 623 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 124 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
common.cpp 56 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) function
cpp_bindings.h 364 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this);
cpp_bindings.cpp 641 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this);

Completed in 173 milliseconds