Searched refs:RxFateReport (Results 1 – 4 of 4) sorted by relevance
63 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()
370 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(
622 WifiNative.RxFateReport[] rxFates = in fetchPacketFates()623 new WifiNative.RxFateReport[WifiLoggerHal.MAX_FATE_LOG_LEN]; in fetchPacketFates()
2783 public static final class RxFateReport extends FateReport { class in WifiNative2784 RxFateReport(byte fate, long driverTimestampUSec, byte frameType, byte[] frameBytes) { in RxFateReport() method in WifiNative.RxFateReport2858 private static native int getRxPktFatesNative(int iface, RxFateReport[] reportBufs); in getRxPktFatesNative()2862 public boolean getRxPktFates(RxFateReport[] reportBufs) { in getRxPktFates()