Searched refs:cb_arg (Results 1 – 4 of 4) sorted by relevance
/device/linaro/poplar/wifi/wifi_hal/ |
D | common.cpp | 84 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_handler() 110 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_vendor_handler() 135 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); in wifi_unregister_handler() 159 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i); in wifi_unregister_vendor_handler()
|
D | wifi_hal.cpp | 411 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup() 435 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup() 566 void *cb_arg = cbi->cb_arg; in internal_valid_message_handler() local 567 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler() 573 (*cb_func)(msg, cb_arg); in internal_valid_message_handler()
|
D | common.h | 165 void *cb_arg; member
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec.c | 49 void *cb_arg; member 204 ctx->cb_arg = arg; in hdmicec_register_event_callback() 318 ctx->p_event_cb(&event, ctx->cb_arg); in event_thread() 348 ctx->p_event_cb(&event, ctx->cb_arg); in event_thread()
|