Home
last modified time | relevance | path

Searched refs:onPropertySet (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DMockedVehicleHal.java50 default void onPropertySet(VehiclePropValue value) {} in onPropertySet() method
105 handler.onPropertySet(value); in injectEvent()
172 handler.onPropertySet(propValue); in set()
231 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVehicleHal.FailingPropertyHandler
276 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java215 mCallback.onPropertySet((VehiclePropValue) msg.obj); in handleMessage()
244 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet() method in HalClient.VehicleCallback
DVehicleHal.java450 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHal
/packages/services/Car/evs/app/
DEvsVehicleListener.h41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet() function
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java131 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
192 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameClearHandler
193 super.onPropertySet(value); in onPropertySet()
DCarProjectionManagerTest.java163 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarProjectionManagerTest.PropertyHandler
DMockedVmsTestBase.java198 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVmsTestBase.MockHalClient
DCarCabinManagerTest.java182 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarCabinManagerTest.CabinPropertyHandler
DCarHvacManagerTest.java220 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
DCarPowerManagementTest.java345 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
DInputTestFragment.java211 public void onPropertySet(VehiclePropValue propValue) {}