Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_logger.cpp1475 if (*mHandler.on_subsystem_restart) { in handleEvent()
1476 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()
1478 mHandler.on_subsystem_restart); in handleEvent()
2122 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()
2124 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()
2125 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp1533 if (*mHandler.on_subsystem_restart) { in handleEvent()
1534 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()
1536 mHandler.on_subsystem_restart); in handleEvent()
2199 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()
2201 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()
2202 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_hal.h622 void (*on_subsystem_restart)(const char* error); member