Searched refs:minInt32Value (Results 1 – 13 of 13) sorted by relevance
/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
D | AidlVehiclePropConfigBuilder.java | 139 area.minInt32Value = minValue; in addAreaConfig() 171 area.minInt32Value = minValue; in addAreaConfig() 205 newArea.minInt32Value = area.minInt32Value; in duplicateAreaConfig()
|
D | HidlVehiclePropConfigBuilder.java | 59 newArea.minInt32Value = area.minInt32Value; in clone() 109 area.minInt32Value = minValue; in addAreaConfig()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropConfig.java | 168 @Nullable Set<Integer> allPossibleEnumValues, int areaId, int minInt32Value, in generateAreaIdConfig() argument 176 if ((minInt32Value != 0 || maxInt32Value != 0)) { in generateAreaIdConfig() 177 areaIdConfigBuilder.setMinValue(minInt32Value).setMaxValue(maxInt32Value); in generateAreaIdConfig()
|
D | AidlHalAreaConfig.java | 52 return mConfig.minInt32Value; in getMinInt32Value()
|
D | HidlHalAreaConfig.java | 56 return mConfig.minInt32Value; in getMinInt32Value()
|
/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 327 .minInt32Value = 0, in TEST_F() 332 .minInt32Value = 2, in TEST_F() 381 .minInt32Value = 0, in TEST_F() 386 .minInt32Value = 2, in TEST_F()
|
D | AidlVhalClientTest.cpp | 812 .minInt32Value = 0, in TEST_F() 819 .minInt32Value = 2, in TEST_F() 878 .minInt32Value = 0, in TEST_F() 885 .minInt32Value = 2, in TEST_F()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVhalConfigParserUnitTest.java | 601 vehicleAreaConfig.minInt32Value = 0; in testParseAreaConfigValueHasNoAccessLevel() 629 vehicleAreaConfig.minInt32Value = 0; in testParseAreaConfigValueHasAccessLevel() 657 vehicleAreaConfig.minInt32Value = 0; in testParseAreaConfig_PropertyConfigHasAccessLevel() 685 vehicleAreaConfig.minInt32Value = 0; in testParseAreaConfig_PropertyAndAreaConfigHasAccessLevel() 756 vehicleAreaConfig1.minInt32Value = 0; in testParseJsonConfig()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 864 int minInt32Value = areaConfig.getMinInt32Value(); in withinRange() local 866 if (minInt32Value != maxInt32Value || minInt32Value != 0) { in withinRange() 868 if (int32Value > maxInt32Value || int32Value < minInt32Value) { in withinRange() 871 areaId, minInt32Value, maxInt32Value, int32Value); in withinRange()
|
D | FakeVhalConfigParser.java | 512 areaConfig.minInt32Value = parseIntValue(reader, fieldName, errors); in parseAreaConfig()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | HalPropConfigTest.java | 143 hidlAreaConfig.minInt32Value = MIN_INT32_VALUE; in getTestHidlAreaConfig() 156 aidlAreaConfig.minInt32Value = MIN_INT32_VALUE; in getTestAidlAreaConfig() 171 aidlAreaConfig.minInt32Value = MIN_INT32_VALUE; in getTestInvalidAidlAreaConfig() 315 aidlVehiclePropConfig.areaConfigs[0].minInt32Value = 0; in toCarPropertyConfig_doesNotConvertIntegerMinMaxIfBothZero()
|
/packages/services/Car/cpp/vhal/client/src/ |
D | HidlHalPropConfig.cpp | 92 return mAreaConfig.minInt32Value; in getMinInt32Value()
|
D | AidlHalPropConfig.cpp | 96 return mAreaConfig.minInt32Value; in getMinInt32Value()
|