Home
last modified time | relevance | path

Searched refs:onDebugErrorAlert (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_chip_hidl_test.cpp93 Return<void> onDebugErrorAlert(int32_t errorCode __unused, in onDebugErrorAlert() function in WifiChipHidlTest::WifiChipEventCallback
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal91 oneway onDebugErrorAlert(int32_t errorCode, vec<uint8_t> debugData);
DIWifiChip.hal671 * that the chip encounters via |IWifiChipEventCallback.onDebugErrorAlert| method.
/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp1111 if (!callback->onDebugErrorAlert(error_code, debug_data) in enableDebugErrorAlertsInternal()