Searched defs:int64Values (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValueBuilder.java | 334 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in build() 446 ArrayList<Long> int64Values = new ArrayList<Long>(); 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() 1210 ArrayList<Long> int64Values = new ArrayList<Long>(int64Array.length); in int64ArrayToList() local 1227 ArrayList<Long> int64Values, ArrayList<Byte> byteValues) { in setMixedTypeValues()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | VehicleStubWrapper.java | 238 long[] int64Values = rawPropValues.int64Values; in isWithinRange() local
|