Searched defs:propValues (Results 1 – 11 of 11) sorted by relevance
49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues()
227 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues()
154 VehiclePropValues propValues = new VehiclePropValues(); in injectEvent() local316 VehiclePropValues propValues = new VehiclePropValues(); in setValues() local
368 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent()
615 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent()731 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent()
288 Return<void> SubscriptionCallback::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent()
1260 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventSmallData() local1278 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventLargeData() local
355 private void handleOnPropertyEvent(List<HalPropValue> propValues) { in handleOnPropertyEvent()1208 public void onPropertyEvent(ArrayList<HalPropValue> propValues) { in onPropertyEvent()
799 HalPropValue propValues = get(mHalPropValueBuilder.build(VehicleProperty.HVAC_POWER_ON, in checkPropAvailable() local
194 VehiclePropValues propValues = { in triggerOnPropertyEvent() local
1405 const std::vector<std::unique_ptr<IHalPropValue>>& propValues) { in onPropertyEvent()