/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.h | 241 wifi_error wifi_register_vendor_handler(wifi_handle handle,
|
cpp_bindings.h | 338 return wifi_register_vendor_handler(wifiHandle(), id, subcmd, &event_handler, this);
|
common.cpp | 95 wifi_error wifi_register_vendor_handler(wifi_handle handle, function
|
cpp_bindings.cpp | 670 int res = wifi_register_vendor_handler(wifiHandle(), id, subcmd, event_handler, this);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
common.h | 151 wifi_error wifi_register_vendor_handler(wifi_handle handle,
|
common.cpp | 95 wifi_error wifi_register_vendor_handler(wifi_handle handle, function
|
cpp_bindings.h | 388 return wifi_register_vendor_handler(wifiHandle(), id, subcmd, &event_handler, this);
|
cpp_bindings.cpp | 656 wifi_error res = wifi_register_vendor_handler(wifiHandle(), id, subcmd,
|