Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp208 handler.on_alert = info->on_alert; in send_alert()
211 if (handler.on_alert) { in send_alert()
212 handler.on_alert(0, alert_msg, strlen(alert_msg), reason_code); in send_alert()
584 if (handler.on_alert == NULL) { in wifi_set_alert_handler()
589 info->on_alert = handler.on_alert; in wifi_set_alert_handler()
601 info->on_alert = NULL; in wifi_reset_alert_handler()
Dcommon.h140 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code); member
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_logger.h320 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code); member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp666 if (mHandler.on_alert) { in handleResponse()
667 (*mHandler.on_alert)(id(), mBuff, mBuffSize, mErrCode); in handleResponse()