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