Searched refs:txSuccess (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ExtendedWifiInfo.java | 102 && link.txSuccess <= txgood in updateMloRates() 114 + (txgood - link.txSuccess) * 1000.0 / timeDelta * currentSampleWeight); in updateMloRates() 132 link.txSuccess = txgood; in updateMloRates() 144 && txSuccess <= txgood in updateWifiInfoRates() 155 + (txgood - txSuccess) * 1000.0 / timeDelta in updateWifiInfoRates() 171 txSuccess = txgood; in updateWifiInfoRates()
|
D | WifiShellCommand.java | 2748 pw.println("successfulTxPackets: " + info.txSuccess); in printWifiInfo()
|
D | ClientModeImpl.java | 2326 sb.append(" txpkts=").append(mWifiInfo.txSuccess); in getLogRecString() 6703 mWifiInfo.txSuccess, mWifiInfo.rxSuccess); in processMessageImpl()
|
D | WifiMetrics.java | 7017 stats.txmpdu_be = info.txSuccess;
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | MloLink.java | 150 txSuccess = source.txSuccess; in MloLink() 352 public long txSuccess; field in MloLink 450 && txSuccess == that.txSuccess in equals() 472 txSuccess, in hashCode() 560 dest.writeLong(txSuccess); in writeToParcel() 584 link.txSuccess = in.readLong();
|
D | WifiInfo.java | 343 public long txSuccess; field in WifiInfo 550 txSuccess = 0; in reset() 631 txSuccess = source.txSuccess; in WifiInfo() 1645 dest.writeLong(txSuccess); in writeToParcel() 1707 info.txSuccess = in.readLong(); 1887 && Objects.equals(txSuccess, thatWifiInfo.txSuccess) in equals() 1944 txSuccess, in hashCode()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiInfoTest.java | 144 info.txSuccess = TEST_TX_SUCCESS; in makeWifiInfoForRedactionTest() 178 assertEquals(TEST_TX_SUCCESS, info.txSuccess); in assertNoRedaction() 255 assertEquals(TEST_TX_SUCCESS, info.txSuccess); in assertLocationSensitiveRedaction() 318 assertEquals(TEST_TX_SUCCESS, info.txSuccess); in assertLocalMacAddressInfoRedaction() 513 writeWifiInfo.txSuccess = TEST_TX_SUCCESS; in testWifiInfoCopyConstructor() 538 assertEquals(TEST_TX_SUCCESS, readWifiInfo.txSuccess); in testWifiInfoCopyConstructor() 878 assertEquals(0, link1.txSuccess); in testMloLink()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLinkLayerStatsTest.java | 181 assertEquals(mWifiInfo.txSuccess, n * txg); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight() 192 assertEquals(mloLink.txSuccess, n * ((long) txg)); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
|
D | ClientModeImplTest.java | 3984 assertEquals(llStats.txmpdu_be, wifiInfo.txSuccess); in verifyConnectedModeRssiPolling()
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 2322 // Minimum number of txSuccess to trigger a data stall
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1728 Landroid/net/wifi/WifiInfo;->txSuccess:J
|