Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java270 int symDurationNs; in predictThroughputInternal() local
283 symDurationNs = SYM_DURATION_LEGACY_NS; in predictThroughputInternal()
294 symDurationNs = SYM_DURATION_11N_NS; in predictThroughputInternal()
311 symDurationNs = SYM_DURATION_11AC_NS; in predictThroughputInternal()
328 symDurationNs = SYM_DURATION_11AX_NS; in predictThroughputInternal()
341 / (symDurationNs * BIT_PER_TONE_SCALE)); in predictThroughputInternal()
353 .append(" symDur: ").append(symDurationNs) in predictThroughputInternal()