Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java57 private static final WifiNative.TxFateReport TX_FATE_REPORT = new WifiNative.TxFateReport(
155 WifiNative.TxFateReport fateReport = new WifiNative.TxFateReport( in testTxFateReportCtorSetsFields()
222 WifiNative.TxFateReport fateReport = TX_FATE_REPORT; in testTxFateReportToTableRowString()
236 fateReport = new WifiNative.TxFateReport( in testTxFateReportToTableRowString()
256 fateReport = new WifiNative.TxFateReport( in testTxFateReportToTableRowString()
282 WifiNative.TxFateReport fateReport = TX_FATE_REPORT; in testTxFateReportToVerboseStringWithPiiAllowed()
298 fateReport = new WifiNative.TxFateReport( in testTxFateReportToVerboseStringWithPiiAllowed()
310 fateReport = new WifiNative.TxFateReport( in testTxFateReportToVerboseStringWithPiiAllowed()
411 WifiNative.TxFateReport[] fateReports = null; in testGetTxPktFatesReturnsErrorWhenHalIsNotStarted()
DWifiLoggerTest.java357 public boolean answer(WifiNative.TxFateReport[] fates) { in getDumpString()
358 fates[0] = new WifiNative.TxFateReport( in getDumpString()
362 fates[1] = new WifiNative.TxFateReport( in getDumpString()
490 public boolean answer(WifiNative.TxFateReport[] fates) {
491 fates[0] = new WifiNative.TxFateReport(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java614 WifiNative.TxFateReport[] txFates = in fetchPacketFates()
615 new WifiNative.TxFateReport[WifiLoggerHal.MAX_FATE_LOG_LEN]; in fetchPacketFates()
DWifiNative.java2740 public static final class TxFateReport extends FateReport { class in WifiNative
2741 TxFateReport(byte fate, long driverTimestampUSec, byte frameType, byte[] frameBytes) { in TxFateReport() method in WifiNative.TxFateReport
2838 private static native int getTxPktFatesNative(int iface, TxFateReport[] reportBufs); in getTxPktFatesNative()
2842 public boolean getTxPktFates(TxFateReport[] reportBufs) { in getTxPktFates()