Searched refs:onDebugErrorAlert (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/interfaces/wifi/1.4/vts/functional/ |
H A D | wifi_chip_hidl_test.cpp | 96 Return<void> onDebugErrorAlert(int32_t errorCode __unused, in onDebugErrorAlert() function in WifiChipHidlTest::WifiChipEventCallback
|
/aosp12/hardware/interfaces/wifi/1.2/vts/functional/ |
H A D | wifi_chip_hidl_test.cpp | 98 Return<void> onDebugErrorAlert(int32_t errorCode __unused, in onDebugErrorAlert() function in WifiChipHidlTest::WifiChipEventCallback
|
/aosp12/hardware/interfaces/wifi/1.0/ |
H A D | IWifiChipEventCallback.hal | 91 oneway onDebugErrorAlert(int32_t errorCode, vec<uint8_t> debugData);
|
H A D | IWifiChip.hal | 671 * that the chip encounters via |IWifiChipEventCallback.onDebugErrorAlert| method.
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiVendorHal.java | 3512 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { 3571 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { 3572 mIWifiChipEventCallback.onDebugErrorAlert(errorCode, debugData); 3673 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { 3674 mIWifiChipEventCallback.onDebugErrorAlert(errorCode, debugData);
|
H A D | HalDeviceManager.java | 1055 public void onDebugErrorAlert(int errorCode, in initIWifiChipDebugListeners()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiVendorHalTest.java | 3949 chipCallback.onDebugErrorAlert( in testAlertCallbackUsingProvidedCallback() 3959 chipCallback.onDebugErrorAlert( in testAlertCallbackUsingProvidedCallback() 3967 chipCallback.onDebugErrorAlert( in testAlertCallbackUsingProvidedCallback()
|
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | wifi_chip.cpp | 1405 if (!callback->onDebugErrorAlert(error_code, debug_data) in enableDebugErrorAlertsInternal()
|