Searched refs:onPropertyEvent (Results 1 - 5 of 5) sorted by relevance

/packages/services/Car/evs/app/
H A DEvsVehicleListener.h30 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override {
/packages/services/Car/service/src/com/android/car/hal/
H A DHalClient.java212 mCallback.onPropertyEvent((ArrayList<VehiclePropValue>) msg.obj);
238 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { method in class:HalClient.VehicleCallback
H A DVehicleHal.java421 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { method in class:VehicleHal
552 onPropertyEvent(Lists.newArrayList(v));
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java111 callback.onPropertyEvent(Lists.newArrayList(value));
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java115 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) throws RemoteException {

Completed in 147 milliseconds