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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java57 private static final WifiNative.TxFateReport TX_FATE_REPORT = new WifiNative.TxFateReport(
151 * Verifies that TxFateReport's constructor sets all of the TxFateReport fields.
155 WifiNative.TxFateReport fateReport = new WifiNative.TxFateReport(
218 * Verifies that TxFateReport.toTableRowString() includes the information we care about.
222 WifiNative.TxFateReport fateReport = TX_FATE_REPORT;
236 fateReport = new WifiNative.TxFateReport(
256 fateReport = new WifiNative.TxFateReport(
[all...]
H A DWifiLoggerTest.java374 public boolean answer(WifiNative.TxFateReport[] fates) {
375 fates[0] = new WifiNative.TxFateReport(
379 fates[1] = new WifiNative.TxFateReport(
507 public boolean answer(WifiNative.TxFateReport[] fates) {
508 fates[0] = new WifiNative.TxFateReport(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLogger.java624 WifiNative.TxFateReport[] txFates =
625 new WifiNative.TxFateReport[WifiLoggerHal.MAX_FATE_LOG_LEN];
H A DWifiNative.java2753 public static final class TxFateReport extends FateReport { class in class:WifiNative
2754 TxFateReport(byte fate, long driverTimestampUSec, byte frameType, byte[] frameBytes) { method in class:WifiNative.TxFateReport
2851 private static native int getTxPktFatesNative(int iface, TxFateReport[] reportBufs);
2855 public boolean getTxPktFates(TxFateReport[] reportBufs) {

Completed in 72 milliseconds