Searched refs:onPropertySet (Results 1 - 14 of 14) sorted by relevance

/packages/services/Car/evs/app/
H A DEvsVehicleListener.h41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override {
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java50 default void onPropertySet(VehiclePropValue value) {} method in interface:MockedVehicleHal.VehicleHalPropertyHandler
105 handler.onPropertySet(value);
172 handler.onPropertySet(propValue);
231 public void onPropertySet(VehiclePropValue value) { method in class:MockedVehicleHal.FailingPropertyHandler
232 fail("Unexpected onPropertySet call");
276 public synchronized void onPropertySet(VehiclePropValue value) { method in class:MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DVmsPublisherPermissionsTest.java52 // Used to block until the HAL property is updated in HalHandler.onPropertySet.
117 public synchronized void onPropertySet(VehiclePropValue value) { method in class:VmsPublisherPermissionsTest.HalHandler
H A DVmsPublisherClientServiceTest.java62 // Used to block until the HAL property is updated in HalHandler.onPropertySet.
136 public synchronized void onPropertySet(VehiclePropValue value) { method in class:VmsPublisherClientServiceTest.HalHandler
H A DCarCabinManagerTest.java148 // Inject a boolean event and wait for its callback in onPropertySet.
162 // Inject an integer event and wait for its callback in onPropertySet.
181 public synchronized void onPropertySet(VehiclePropValue value) { method in class:CarCabinManagerTest.CabinPropertyHandler
H A DCarPowerManagementTest.java173 public void onPropertySet(VehiclePropValue value) { method in class:CarPowerManagementTest.PowerStatePropertyHandler
H A DCarProjectionManagerTest.java151 public synchronized void onPropertySet(VehiclePropValue value) { method in class:CarProjectionManagerTest.PropertyHandler
152 Log.d(TAG, "onPropertySet:" + value);
H A DVmsHalServiceSubscriptionEventTest.java55 // Used to block until the HAL property is updated in HalHandler.onPropertySet.
167 public synchronized void onPropertySet(VehiclePropValue value) { method in class:VmsHalServiceSubscriptionEventTest.HalHandler
H A DCarHvacManagerTest.java175 // Inject a boolean event and wait for its callback in onPropertySet.
188 // Inject a float event and wait for its callback in onPropertySet.
201 // Inject an integer event and wait for its callback in onPropertySet.
219 public synchronized void onPropertySet(VehiclePropValue value) { method in class:CarHvacManagerTest.HvacPropertyHandler
H A DCarDiagnosticManagerTest.java129 public synchronized void onPropertySet(VehiclePropValue value) { method in class:CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
190 public synchronized void onPropertySet(VehiclePropValue value) { method in class:CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameClearHandler
191 super.onPropertySet(value);
H A DVmsSubscriberManagerTest.java97 // Used to block until the HAL property is updated in HalHandler.onPropertySet.
685 public synchronized void onPropertySet(VehiclePropValue value) { method in class:VmsSubscriberManagerTest.HalHandler
/packages/services/Car/service/src/com/android/car/hal/
H A DHalClient.java215 mCallback.onPropertySet((VehiclePropValue) msg.obj);
244 public void onPropertySet(VehiclePropValue propValue) { method in class:HalClient.VehicleCallback
H A DVehicleHal.java449 public void onPropertySet(VehiclePropValue value) { method in class:VehicleHal
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java122 public void onPropertySet(VehiclePropValue propValue) {}

Completed in 435 milliseconds