Home
last modified time | relevance | path

Searched refs:finish_handler (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp607 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in requestResponse()
720 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() function in WifiCommand
Dcpp_bindings.h341 static int finish_handler(struct nl_msg *msg, void *arg);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp148 int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function
262 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg); in wifi_init_user_sock()
427 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in wifi_initialize()
Dcpp_bindings.cpp614 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in requestResponse()
720 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() function in WifiCommand
Dcpp_bindings.h386 static int finish_handler(struct nl_msg *msg, void *arg);