Home
last modified time | relevance | path

Searched defs:onDebugErrorAlert (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipHidlImpl.java1456 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { in onDebugErrorAlert() method in WifiChipHidlImpl.ChipEventCallback
1495 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) in onDebugErrorAlert() method in WifiChipHidlImpl.ChipEventCallbackV12
1550 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) in onDebugErrorAlert() method in WifiChipHidlImpl.ChipEventCallbackV14
DWifiChip.java450 void onDebugErrorAlert(int errorCode, byte[] debugData); in onDebugErrorAlert() method
DWifiChipAidlImpl.java1225 public void onDebugErrorAlert(int errorCode, byte[] debugData) { in onDebugErrorAlert() method in WifiChipAidlImpl.ChipEventCallback