Home
last modified time | relevance | path

Searched defs:onPropertySet (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java50 default void onPropertySet(VehiclePropValue value) {} in onPropertySet() method
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
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsVehicleListener.h41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet() function
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyServiceTest.java120 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyServiceTest.PropertyHandler
H A DCarProjectionManagerTest.java163 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarProjectionManagerTest.PropertyHandler
H A DCarCabinManagerTest.java184 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarCabinManagerTest.CabinPropertyHandler
H A DMockedVmsTestBase.java181 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVmsTestBase.MockHalClient
H A DCarHvacManagerTest.java270 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
H A DCarDiagnosticManagerTest.java132 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
193 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameClearHandler
H A DCarPropertyManagerTest.java773 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyManagerTest.PropertyHandler
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalTestUtils.h105 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet() function
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DHalClient.java273 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet() method in HalClient.VehicleCallback
H A DVehicleHal.java640 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHal
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/power/
H A DCarPowerManagementTest.java379 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A DVtsHalAutomotiveVehicleV2_0TargetTest.cpp53 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet() function in VtsVehicleCallback
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
H A DClusterHomeManagerTest.java299 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in ClusterHomeManagerTest.ClusterPropertyHandler
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.cpp148 Return<void> PropertyChangeListener::onPropertySet(const VehiclePropValue& /*propValue*/) { in onPropertySet() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp917 Return<void> WatchdogProcessService::PropertyChangeListener::onPropertySet( in onPropertySet() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener