Searched defs:propValues (Results 1 – 7 of 7) sorted by relevance
49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues()
149 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues()
184 ArrayList<VehiclePropValue> propValues = new ArrayList<>(); in testOnPropertyEvent() local
267 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent()
585 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent()
127 Return<void> PropertyChangeListener::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent()
905 const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent()