Home
last modified time | relevance | path

Searched refs:onPropertyEvent (Results 1 – 5 of 5) 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.java422 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in VehicleHal
629 onPropertyEvent(Lists.newArrayList(v)); in injectVhalEvent()
/packages/services/Car/evs/app/
DEvsVehicleListener.h30 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.java111 callback.onPropertyEvent(Lists.newArrayList(value)); in injectEvent()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
DInputTestFragment.java187 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) throws RemoteException {