Searched refs:MINIMUM_CUSTOM_COMPONENT_VALUE (Results 1 – 11 of 11) sorted by relevance
87 const int32_t MINIMUM_CUSTOM_COMPONENT_VALUE = variable88 static_cast<int>(PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE);143 if (component >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in iterateAllPowerComponents()250 } else if (customComponentId >= MINIMUM_CUSTOM_COMPONENT_VALUE) { in readComponents()259 } else if (customComponentId >= MINIMUM_CUSTOM_COMPONENT_VALUE) { in readComponents()509 if (value < MINIMUM_CUSTOM_COMPONENT_VALUE) { in readCustomComponents()547 if (!result || customComponentId < MINIMUM_CUSTOM_COMPONENT_VALUE) { in stringsToComponents()829 if (component >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in initRegularPowerPolicy()
42 if (componentId >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in init()
186 if (componentNumber >= PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE) { in toPowerComponent()233 if (component >= PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE) { in powerComponentToString()
94 int MINIMUM_CUSTOM_COMPONENT_VALUE = 1000; field
40 return field.getInt(null) < PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE;153 PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE + 42); in testPowerComponentsToStrings_customComponent()
24 …ort static android.frameworks.automotive.powerpolicy.PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE;538 if (componentValue < MINIMUM_CUSTOM_COMPONENT_VALUE) { in parseCustomComponents()925 return component >= MINIMUM_CUSTOM_COMPONENT_VALUE // custom components are overridable in isOverridableComponent()942 if (component < MINIMUM_CUSTOM_COMPONENT_VALUE) { in parseComponents()
79 if (componentId >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in TEST_F()
693 if (component >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in TEST_F()
737 field public static final int MINIMUM_CUSTOM_COMPONENT_VALUE = 1000; // 0x3e8
1410 UnflaggedApi: android.car.hardware.power.PowerComponent#MINIMUM_CUSTOM_COMPONENT_VALUE:1411 …ed with @FlaggedApi: field android.car.hardware.power.PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE