Searched refs:maxBw (Results 1 – 1 of 1) sorted by relevance
1371 long maxBw = strtoul(value, &end, 10); in getBandwidthIndex() local1373 if (maxBw > 0 && bandwidthBps > maxBw) { in getBandwidthIndex()1374 ALOGV("bandwidth capped to %ld bps", maxBw); in getBandwidthIndex()1375 bandwidthBps = maxBw; in getBandwidthIndex()