Searched refs:newLimit (Results 1 – 4 of 4) sorted by relevance
282 long newLimit = rxBytes + txBytes + quotaBytes; in tetherOffloadSetInterfaceQuota() local285 if (newLimit < rxBytes + txBytes) newLimit = QUOTA_UNLIMITED; in tetherOffloadSetInterfaceQuota()288 mBpfLimitMap.updateEntry(new TetherLimitKey(ifIndex), new TetherLimitValue(newLimit)); in tetherOffloadSetInterfaceQuota()
1629 android.hardware.wifi.V1_6.IWifiChip.ChipConcurrencyCombinationLimit newLimit = in upgradeV1_0ChipModesToV1_6() local1632 newLimit.types = new ArrayList<>(); in upgradeV1_0ChipModesToV1_6()1633 newLimit.maxIfaces = oldLimit.maxIfaces; in upgradeV1_0ChipModesToV1_6()1635 newLimit.types.add(IFACE_TYPE_TO_CONCURRENCY_TYPE_MAP.get(oldType)); in upgradeV1_0ChipModesToV1_6()1637 newCombo.limits.add(newLimit); in upgradeV1_0ChipModesToV1_6()1642 newLimitForBridgedApCombo.types = new ArrayList<>(newLimit.types); in upgradeV1_0ChipModesToV1_6()1643 newLimitForBridgedApCombo.maxIfaces = newLimit.maxIfaces; in upgradeV1_0ChipModesToV1_6()
143 int newLimit; member147 *os << testCase.oldLimit << "To" << testCase.newLimit; in PrintTo()4179 const auto& [oldLimit, newLimit, actualLimit] = GetParam(); in TEST_P()4191 if (newLimit == 0) { in TEST_P()4198 newConfig.mutable_count_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()4199 newConfig.mutable_duration_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()4200 newConfig.mutable_gauge_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()4201 newConfig.mutable_value_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()4202 newConfig.mutable_kll_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...