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