Searched refs:err_code (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | common.h | 152 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_logger.h | 319 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | common.h | 187 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code);
|
/hardware/interfaces/wifi/1.6/default/ |
D | wifi_legacy_hal.cpp | 145 void onAsyncErrorAlert(wifi_request_id id, char* buffer, int buffer_size, int err_code) { in onAsyncErrorAlert() argument 148 on_error_alert_internal_callback(id, buffer, buffer_size, err_code); in onAsyncErrorAlert() 1007 int buffer_size, int err_code) { in registerErrorAlertCallbackHandler() argument 1011 err_code, in registerErrorAlertCallbackHandler()
|