Home
last modified time | relevance | path

Searched refs:onPropertySet (Results 1 – 22 of 22) 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
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
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyServiceTest.java90 handler.onPropertySet(value); in configureMockedHal()
120 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 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
194 super.onPropertySet(value); in onPropertySet()
H A DMockedVmsTestBase.java181 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVmsTestBase.MockHalClient
H A DCarCabinManagerTest.java184 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarCabinManagerTest.CabinPropertyHandler
H A DCarHvacManagerTest.java270 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
H A DCarPropertyManagerTest.java773 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyManagerTest.PropertyHandler
/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/service/src/com/android/car/hal/
H A DHalClient.java244 callback.onPropertySet((VehiclePropValue) msg.obj); in handleMessage()
273 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/hardware/interfaces/automotive/vehicle/2.0/
H A DIVehicleCallback.hal43 oneway onPropertySet(VehiclePropValue propValue);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalTestUtils.h105 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet() function
/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/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.h95 android::hardware::Return<void> onPropertySet(
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.h168 android::hardware::Return<void> onPropertySet(
H A DWatchdogProcessService.cpp917 Return<void> WatchdogProcessService::PropertyChangeListener::onPropertySet( in onPropertySet() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
/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/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java211 public void onPropertySet(VehiclePropValue propValue) {}
/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/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp554 client->getCallback()->onPropertySet(value); in handlePropertySetEvent()