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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger.cpp 202 if (info->on_alert) {
203 info->on_alert(0, NULL, 0, reason_code);
575 if (handler.on_alert) {
580 info->on_alert = handler.on_alert;
591 info->on_alert = NULL;
common.h 117 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 308 void (*on_alert) (wifi_request_id id, char *buffer, int buffer_size, int err_code); member in struct:__anon25013
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_logger.cpp 612 if (mHandler.on_alert) {
613 (*mHandler.on_alert)(id(), mBuff, mBuffSize, mErrCode);
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp     [all...]

Completed in 418 milliseconds