Home
last modified time | relevance | path

Searched refs:MINIMUM_CUSTOM_COMPONENT_VALUE (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp87 const int32_t MINIMUM_CUSTOM_COMPONENT_VALUE = variable
88 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()
DPowerComponentHandler.cpp42 if (componentId >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in init()
/packages/services/Car/car-lib/src/android/car/hardware/power/
DPowerComponentUtil.java186 if (componentNumber >= PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE) { in toPowerComponent()
233 if (component >= PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE) { in powerComponentToString()
DPowerComponent.java94 int MINIMUM_CUSTOM_COMPONENT_VALUE = 1000; field
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DPowerComponentUtilUnitTest.java40 return field.getInt(null) < PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE;
153 PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE + 42); in testPowerComponentsToStrings_customComponent()
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java24 …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()
/packages/services/Car/cpp/powerpolicy/server/tests/
DPowerComponentHandlerTest.cpp79 if (componentId >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in TEST_F()
DPolicyManagerTest.cpp693 if (component >= PowerComponent::MINIMUM_CUSTOM_COMPONENT_VALUE) { in TEST_F()
/packages/services/Car/car-lib/api/
Dcurrent.txt737 field public static final int MINIMUM_CUSTOM_COMPONENT_VALUE = 1000; // 0x3e8
Dlint-baseline.txt1410 UnflaggedApi: android.car.hardware.power.PowerComponent#MINIMUM_CUSTOM_COMPONENT_VALUE:
1411 …ed with @FlaggedApi: field android.car.hardware.power.PowerComponent.MINIMUM_CUSTOM_COMPONENT_VALUE
/packages/services/Car/car-lib-module/api/
Dcurrent.txt737 field public static final int MINIMUM_CUSTOM_COMPONENT_VALUE = 1000; // 0x3e8