Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java702 int sizeOfAllValue = propValue.getInt32ValuesSize() + propValue.getFloatValuesSize() in checkFormatForAllProperties() local
705 if (sizeOfAllValue == 0 in checkFormatForAllProperties()
716 return sizeOfAllValue == 1 && propValue.getInt32ValuesSize() == 1; in checkFormatForAllProperties()
718 return sizeOfAllValue == 1 && propValue.getFloatValuesSize() == 1; in checkFormatForAllProperties()
720 return sizeOfAllValue == 1 && propValue.getInt64ValuesSize() == 1; in checkFormatForAllProperties()
722 return sizeOfAllValue == propValue.getFloatValuesSize(); in checkFormatForAllProperties()
724 return sizeOfAllValue == propValue.getInt64ValuesSize(); in checkFormatForAllProperties()
726 return sizeOfAllValue == propValue.getInt32ValuesSize(); in checkFormatForAllProperties()
728 return sizeOfAllValue == propValue.getByteValuesSize(); in checkFormatForAllProperties()
730 return sizeOfAllValue == propValue.getStringValue().length(); in checkFormatForAllProperties()