Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DHalPropValue.java147 public abstract int getByteValuesSize(); in getByteValuesSize() method in HalPropValue
367 for (int i = 0; i < getByteValuesSize(); i++) { in toMixedCarPropertyValue()
DHalPropValueBuilder.java609 public int getByteValuesSize() { in getByteValuesSize() method in HalPropValueBuilder.AidlHalPropValue
1004 public int getByteValuesSize() { in getByteValuesSize() method in HalPropValueBuilder.HidlHalPropValue
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java703 + propValue.getInt64ValuesSize() + propValue.getByteValuesSize() in checkFormatForAllProperties()
728 return sizeOfAllValue == propValue.getByteValuesSize(); in checkFormatForAllProperties()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueTest.java100 assertThat(value.getByteValuesSize()).isEqualTo(1); in testBuildFromHidlValue()
120 assertThat(value.getByteValuesSize()).isEqualTo(1); in testBuildFromAidlValue()
279 assertThat(value.getByteValuesSize()).isEqualTo(1); in testBuildFromBytesHidl()
425 assertThat(value.getByteValuesSize()).isEqualTo(1); in testBuildFromBytesAidl()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java4203 int resultSize = result.getByteValuesSize();