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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2838 private static native int getTxPktFatesNative(int iface, TxFateReport[] reportBufs); argument
2842 public boolean getTxPktFates(TxFateReport[] reportBufs) { argument
2845 int res = getTxPktFatesNative(sWlan0Index, reportBufs);
2858 private static native int getRxPktFatesNative(int iface, RxFateReport[] reportBufs); argument
2862 public boolean getRxPktFates(RxFateReport[] reportBufs) { argument
2865 int res = getRxPktFatesNative(sWlan0Index, reportBufs);

Completed in 36 milliseconds