Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java63 private static final WifiNative.RxFateReport RX_FATE_REPORT = new WifiNative.RxFateReport(
172 WifiNative.RxFateReport fateReport = new WifiNative.RxFateReport( in testRxFateReportCtorSetsFields()
326 WifiNative.RxFateReport fateReport = RX_FATE_REPORT; in testRxFateReportToTableRowString()
342 fateReport = new WifiNative.RxFateReport( in testRxFateReportToTableRowString()
368 WifiNative.RxFateReport fateReport = RX_FATE_REPORT; in testRxFateReportToVerboseStringWithPiiAllowed()
386 fateReport = new WifiNative.RxFateReport( in testRxFateReportToVerboseStringWithPiiAllowed()
421 WifiNative.RxFateReport[] fateReports = null; in testGetRxPktFatesReturnsErrorWhenHalIsNotStarted()
DWifiLoggerTest.java370 public boolean answer(WifiNative.RxFateReport[] fates) { in getDumpString()
371 fates[0] = new WifiNative.RxFateReport( in getDumpString()
375 fates[1] = new WifiNative.RxFateReport( in getDumpString()
499 public boolean answer(WifiNative.RxFateReport[] fates) {
500 fates[0] = new WifiNative.RxFateReport(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java622 WifiNative.RxFateReport[] rxFates = in fetchPacketFates()
623 new WifiNative.RxFateReport[WifiLoggerHal.MAX_FATE_LOG_LEN]; in fetchPacketFates()
DWifiNative.java2783 public static final class RxFateReport extends FateReport { class in WifiNative
2784 RxFateReport(byte fate, long driverTimestampUSec, byte frameType, byte[] frameBytes) { in RxFateReport() method in WifiNative.RxFateReport
2858 private static native int getRxPktFatesNative(int iface, RxFateReport[] reportBufs); in getRxPktFatesNative()
2862 public boolean getRxPktFates(RxFateReport[] reportBufs) { in getRxPktFates()