HomeSort by relevance Sort by last modified time
    Searched refs:on_alert (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger.cpp 203 handler.on_alert = info->on_alert;
206 if (handler.on_alert) {
207 handler.on_alert(0, NULL, 0, reason_code);
576 if (handler.on_alert == NULL) {
581 info->on_alert = handler.on_alert;
593 info->on_alert = NULL;
    [all...]
common.h 127 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code); member in struct:hal_info_s
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h 320 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code); member in struct:__anon41529
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_logger.cpp 650 if (mHandler.on_alert) {
651 (*mHandler.on_alert)(id(), mBuff, mBuffSize, mErrCode);
    [all...]

Completed in 252 milliseconds