Searched refs:rxSuccess (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ExtendedWifiInfo.java | 103 && link.rxSuccess <= rxgood in updateMloRates() 117 + (rxgood - link.rxSuccess) * 1000.0 / timeDelta * currentSampleWeight); in updateMloRates() 133 link.rxSuccess = rxgood; in updateMloRates() 145 && rxSuccess <= rxgood in updateWifiInfoRates() 158 + (rxgood - rxSuccess) * 1000.0 / timeDelta in updateWifiInfoRates() 172 rxSuccess = rxgood; in updateWifiInfoRates()
|
D | WifiShellCommand.java | 2754 pw.println("successfulRxPackets: " + info.rxSuccess); in printWifiInfo()
|
D | ClientModeImpl.java | 6703 mWifiInfo.txSuccess, mWifiInfo.rxSuccess); in processMessageImpl()
|
D | WifiMetrics.java | 7020 stats.rxmpdu_be = info.rxSuccess;
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | MloLink.java | 151 rxSuccess = source.rxSuccess; in MloLink() 358 public long rxSuccess; field in MloLink 451 && rxSuccess == that.rxSuccess; in equals() 473 rxSuccess); in hashCode() 561 dest.writeLong(rxSuccess); in writeToParcel() 585 link.rxSuccess = in.readLong();
|
D | WifiInfo.java | 348 public long rxSuccess; field in WifiInfo 551 rxSuccess = 0; in reset() 632 rxSuccess = source.rxSuccess; in WifiInfo() 1651 dest.writeLong(rxSuccess); in writeToParcel() 1713 info.rxSuccess = in.readLong(); 1888 && Objects.equals(rxSuccess, thatWifiInfo.rxSuccess) in equals() 1945 rxSuccess, in hashCode()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiInfoTest.java | 147 info.rxSuccess = TEST_RX_SUCCESS; in makeWifiInfoForRedactionTest() 181 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertNoRedaction() 258 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertLocationSensitiveRedaction() 321 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertLocalMacAddressInfoRedaction() 516 writeWifiInfo.rxSuccess = TEST_RX_SUCCESS; in testWifiInfoCopyConstructor() 541 assertEquals(TEST_RX_SUCCESS, readWifiInfo.rxSuccess); in testWifiInfoCopyConstructor() 879 assertEquals(0, link1.rxSuccess); in testMloLink()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLinkLayerStatsTest.java | 184 assertEquals(mWifiInfo.rxSuccess, n * rxg); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight() 195 assertEquals(mloLink.rxSuccess, n * ((long) rxg)); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
|
D | ClientModeImplTest.java | 3985 assertEquals(llStats.rxmpdu_bk, wifiInfo.rxSuccess); in verifyConnectedModeRssiPolling()
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 2323 // when rxSuccess is 0
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1715 Landroid/net/wifi/WifiInfo;->rxSuccess:J
|