Searched refs:finish_handler (Results 1 – 5 of 5) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 607 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
|
D | cpp_bindings.h | 341 static int finish_handler(struct nl_msg *msg, void *arg);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 148 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()
|
D | cpp_bindings.cpp | 614 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
|
D | cpp_bindings.h | 386 static int finish_handler(struct nl_msg *msg, void *arg);
|