Searched refs:on_alert (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifilogger.cpp | 208 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()
|
D | common.h | 140 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code); member
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_logger.h | 320 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code); member
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_logger.cpp | 666 if (mHandler.on_alert) { in handleResponse() 667 (*mHandler.on_alert)(id(), mBuff, mBuffSize, mErrCode); in handleResponse()
|