Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java296 int symDurationNs; in predictThroughputInternal() local
308 symDurationNs = SYM_DURATION_LEGACY_NS; in predictThroughputInternal()
319 symDurationNs = SYM_DURATION_11N_NS; in predictThroughputInternal()
336 symDurationNs = SYM_DURATION_11AC_NS; in predictThroughputInternal()
353 symDurationNs = SYM_DURATION_11AX_BE_NS; in predictThroughputInternal()
381 symDurationNs = SYM_DURATION_11AX_BE_NS; in predictThroughputInternal()
418 / (symDurationNs * BIT_PER_TONE_SCALE)); in predictThroughputInternal()
433 .append(" symDur: ").append(symDurationNs) in predictThroughputInternal()