Searched defs:int64Values (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValueBuilder.java | 330 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in build() 432 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in AidlHalPropValue() 760 ArrayList<Long> int64Values = new ArrayList<Long>(); in setMixedCarProperty() local 822 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in HidlHalPropValue() 1127 ArrayList<Long> int64Values = new ArrayList<Long>(); in setMixedCarProperty() local 1158 ArrayList<Long> int64Values = new ArrayList<Long>(int64Array.length); in int64ArrayToList() local 1175 ArrayList<Long> int64Values, ArrayList<Byte> byteValues) { in setMixedTypeValues()
|