Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java124 return predictThroughputInternal(capabilities.wifiStandard, capabilities.channelBandwidth, in predictMaxTxThroughput()
134 return predictThroughputInternal(capabilities.wifiStandard, capabilities.channelBandwidth, in predictMaxRxThroughput()
146 return predictThroughputInternal(capabilities.wifiStandard, capabilities.channelBandwidth, in predictTxThroughput()
158 return predictThroughputInternal(capabilities.wifiStandard, capabilities.channelBandwidth, in predictRxThroughput()
260 return predictThroughputInternal(wifiStandard, channelWidth, rssiDbm, maxNumSpatialStream, in predictThroughput()
264 private int predictThroughputInternal(@WifiStandard int wifiStandard, in predictThroughputInternal() method in ThroughputPredictor