Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp653 cb_info *cbi = &(info->event_cb[i]); in wifi_cleanup() local
654 if (!cbi) { in wifi_cleanup()
658 ALOGI("event_cb cleanup. vendor cmd:%d sub_cmd:%d", cbi->vendor_id, cbi->vendor_subcmd); in wifi_cleanup()
659 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
685 cb_info *cbi = &(info->event_cb[i]); in wifi_cleanup() local
686 if (!cbi) { in wifi_cleanup()
690 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
821 cb_info *cbi = &(info->event_cb[i]); in internal_valid_message_handler() local
822 nl_recvmsg_msg_cb_t cb_func = cbi->cb_func; in internal_valid_message_handler()
823 void *cb_arg = cbi->cb_arg; in internal_valid_message_handler()
[all …]