Searched refs:on_alert (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifilogger.cpp | 203 handler.on_alert = info->on_alert; in send_alert() 206 if (handler.on_alert) { in send_alert() 207 handler.on_alert(0, NULL, 0, reason_code); in send_alert() 576 if (handler.on_alert == NULL) { in wifi_set_alert_handler() 581 info->on_alert = handler.on_alert; in wifi_set_alert_handler() 593 info->on_alert = NULL; in wifi_reset_alert_handler()
|
D | common.h | 127 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 | 648 if (mHandler.on_alert) { in handleResponse() 649 (*mHandler.on_alert)(id(), mBuff, mBuffSize, mErrCode); in handleResponse()
|