Searched refs:vehicleProp (Results 1 – 3 of 3) sorted by relevance
247 VehiclePropValue vehicleProp = null; in dumpMetrics() local249 vehicleProp = mVehicleHal.get(mClientMetricsProperty); in dumpMetrics()254 if (vehicleProp == null) { in dumpMetrics()260 fout.write(toByteArray(vehicleProp.value.bytes)); in dumpMetrics()505 VehiclePropValue vehicleProp = createVmsMessage(VmsMessageType.PUBLISHER_ID_RESPONSE); in handlePublisherIdRequest() local508 vehicleProp.value.int32Values.add(getVmsClient().registerProvider(payload)); in handlePublisherIdRequest()509 setPropertyValue(vehicleProp); in handlePublisherIdRequest()530 VehiclePropValue vehicleProp = in handlePublisherInfoRequest() local535 appendBytes(vehicleProp.value.bytes, in handlePublisherInfoRequest()537 setPropertyValue(vehicleProp); in handlePublisherInfoRequest()[all …]
122 VehiclePropValue vehicleProp = new VehiclePropValue(); in toVehiclePropValue() local123 vehicleProp.prop = halPropId; in toVehiclePropValue()124 vehicleProp.areaId = carProp.getAreaId(); in toVehiclePropValue()125 VehiclePropValue.RawValue v = vehicleProp.value; in toVehiclePropValue()153 return vehicleProp; in toVehiclePropValue()177 VehiclePropValue vehicleProp = new VehiclePropValue(); in toMixedVehiclePropValue() local178 vehicleProp.prop = halPropId; in toMixedVehiclePropValue()179 vehicleProp.areaId = carProp.getAreaId(); in toMixedVehiclePropValue()180 VehiclePropValue.RawValue v = vehicleProp.value; in toMixedVehiclePropValue()229 return vehicleProp; in toMixedVehiclePropValue()
997 VehiclePropValue vehicleProp = new VehiclePropValue(); in testDumpMetrics_NonVendorProperty() local998 vehicleProp.value.bytes.addAll(PAYLOAD_AS_LIST); in testDumpMetrics_NonVendorProperty()999 when(mVehicleHal.get(anyInt())).thenReturn(vehicleProp); in testDumpMetrics_NonVendorProperty()