Searched refs:maxPower (Results 1 – 2 of 2) sorted by relevance
63 public UsbConfiguration(int id, @Nullable String name, int attributes, int maxPower) { in UsbConfiguration() argument67 mMaxPower = maxPower; in UsbConfiguration()174 int maxPower = in.readInt();177 UsbConfiguration configuration = new UsbConfiguration(id, name, attributes, maxPower);
237 double maxPower = Double.MIN_VALUE; in mapScalingStepsToDefaultBrackets() local242 if (power > maxPower) { in mapScalingStepsToDefaultBrackets()243 maxPower = power; in mapScalingStepsToDefaultBrackets()252 final double logBracket = (Math.log(maxPower) - minLogPower) in mapScalingStepsToDefaultBrackets()