Home
last modified time | relevance | path

Searched refs:on_subsystem_restart (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp1534 if (*mHandler.on_subsystem_restart) { in handleEvent()
1535 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()
1537 mHandler.on_subsystem_restart); in handleEvent()
2200 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()
2202 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()
2203 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_logger.cpp1466 if (*mHandler.on_subsystem_restart) { in handleEvent()
1467 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()
1469 mHandler.on_subsystem_restart); in handleEvent()
2108 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()
2110 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()
2111 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_hal.h615 void (*on_subsystem_restart)(const char* error); member