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.java1420 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { in onDebugErrorAlert() method in WifiChipHidlImpl.ChipEventCallback
1459 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) in onDebugErrorAlert() method in WifiChipHidlImpl.ChipEventCallbackV12
1514 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) in onDebugErrorAlert() method in WifiChipHidlImpl.ChipEventCallbackV14
DWifiChip.java400 void onDebugErrorAlert(int errorCode, byte[] debugData); in onDebugErrorAlert() method
DWifiChipAidlImpl.java1151 public void onDebugErrorAlert(int errorCode, byte[] debugData) { in onDebugErrorAlert() method in WifiChipAidlImpl.ChipEventCallback