/aosp12/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/ |
H A D | MockedVehicleHal.java | 50 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 D | CarPropertyServiceTest.java | 90 handler.onPropertySet(value); in configureMockedHal() 120 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyServiceTest.PropertyHandler
|
H A D | CarProjectionManagerTest.java | 163 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarProjectionManagerTest.PropertyHandler
|
H A D | CarDiagnosticManagerTest.java | 132 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 D | MockedVmsTestBase.java | 181 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVmsTestBase.MockHalClient
|
H A D | CarCabinManagerTest.java | 184 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarCabinManagerTest.CabinPropertyHandler
|
H A D | CarHvacManagerTest.java | 270 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
|
H A D | CarPropertyManagerTest.java | 773 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyManagerTest.PropertyHandler
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | EvsVehicleListener.h | 41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet() function
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | HalClient.java | 244 callback.onPropertySet((VehiclePropValue) msg.obj); in handleMessage() 273 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet() method in HalClient.VehicleCallback
|
H A D | VehicleHal.java | 640 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHal
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | IVehicleCallback.hal | 43 oneway onPropertySet(VehiclePropValue propValue);
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VehicleHalTestUtils.h | 105 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet() function
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/ |
H A D | VtsHalAutomotiveVehicleV2_0TargetTest.cpp | 53 Return<void> onPropertySet(const VehiclePropValue& /* value */) override { in onPropertySet() function in VtsVehicleCallback
|
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/ |
H A D | CarPowerPolicyServer.h | 95 android::hardware::Return<void> onPropertySet(
|
H A D | CarPowerPolicyServer.cpp | 148 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 D | WatchdogProcessService.h | 168 android::hardware::Return<void> onPropertySet(
|
H A D | WatchdogProcessService.cpp | 917 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 D | CarPowerManagementTest.java | 379 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 D | InputTestFragment.java | 211 public void onPropertySet(VehiclePropValue propValue) {}
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/ |
H A D | ClusterHomeManagerTest.java | 299 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in ClusterHomeManagerTest.ClusterPropertyHandler
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleHalManager.cpp | 554 client->getCallback()->onPropertySet(value); in handlePropertySetEvent()
|