Searched defs:int64Values (Results 1 – 3 of 3) sorted by relevance
| /packages/services/Car/service/src/com/android/car/hal/ |
| D | HalPropValueBuilder.java | 333 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in build() 435 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in AidlHalPropValue() 773 ArrayList<Long> int64Values = new ArrayList<Long>(); in setMixedCarProperty() local 835 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in HidlHalPropValue() 1150 ArrayList<Long> int64Values = new ArrayList<Long>(); in setMixedCarProperty() local 1181 ArrayList<Long> int64Values = new ArrayList<Long>(int64Array.length); in int64ArrayToList() local 1198 ArrayList<Long> int64Values, ArrayList<Byte> byteValues) { in setMixedTypeValues()
|
| /packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
| D | FakeVhalConfigParser.java | 530 JSONArray int64Values = defaultValue.optJSONArray(fieldName); in parseDefaultValue() local
|
| D | FakeVehicleStub.java | 834 long[] int64Values = rawPropValues.int64Values; in withinRange() local
|