Home
last modified time | relevance | path

Searched defs:byteValues (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DHalPropValueBuilder.java334 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in build()
447 ArrayList<Byte> byteValues = new ArrayList<Byte>(); in setMixedCarProperty() local
508 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in AidlHalPropValue()
886 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in HidlHalPropValue()
1218 ArrayList<Byte> byteValues = new ArrayList<Byte>(byteArray.length); in byteArrayToList() local
1227 ArrayList<Long> int64Values, ArrayList<Byte> byteValues) { in setMixedTypeValues()