Home
last modified time | relevance | path

Searched refs:onPropertyEvent (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java212 mCallback.onPropertyEvent((ArrayList<VehiclePropValue>) msg.obj); in handleMessage()
238 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HalClient.VehicleCallback
DVehicleHal.java492 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in VehicleHal
592 onPropertyEvent(Lists.newArrayList(v)); in injectBooleanEvent()
604 onPropertyEvent(Lists.newArrayList(v)); in injectIntegerEvent()
/packages/services/Car/evs/app/
DEvsVehicleListener.h26 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override { in onPropertyEvent() function
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DMockedVehicleHal.java83 callback.onPropertyEvent(Lists.newArrayList(value)); in injectEvent()