Home
last modified time | relevance | path

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

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DMockedVehicleHal.java49 default void onPropertySet(VehiclePropValue value) {} in onPropertySet() method
158 handler.onPropertySet(propValue); in set()
209 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVehicleHal.FailingPropertyHandler
254 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarVolumeServiceTest.java328 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarVolumeServiceTest.SingleChannelVolumeHandler
368 public void onPropertySet(VehiclePropValue value) {
391 public void onPropertySet(VehiclePropValue value) {
DCarDiagnosticManagerTest.java115 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
177 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameClearHandler
178 super.onPropertySet(value); in onPropertySet()
DCarAudioFocusSystemSoundTest.java61 public void onPropertySet(VehiclePropValue value) {
357 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioFocusSystemSoundTest.FocusPropertyHandler
DCarAudioExtFocusTest.java61 public void onPropertySet(VehiclePropValue value) {
937 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioExtFocusTest.FocusPropertyHandler
989 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioExtFocusTest.ExtRoutingHintPropertyHandler
DCarAudioFocusTest.java59 public void onPropertySet(VehiclePropValue value) {
581 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioFocusTest.FocusPropertyHandler
DAudioRoutingPolicyTest.java46 public void onPropertySet(VehiclePropValue value) {
DCarProjectionManagerTest.java140 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarProjectionManagerTest.PropertyHandler
DCarPowerManagementTest.java120 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
DCarRadioManagerTest.java56 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarRadioManagerTest.RadioPresetPropertyHandler
DCarAudioManagerTest.java169 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioManagerTest.AudioParametersPropertyHandler
DSystemActivityMonitoringServiceTest.java208 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in SystemActivityMonitoringServiceTest.DrivingStatusHandler
DCarCabinManagerTest.java167 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarCabinManagerTest.CabinPropertyHandler
DCarHvacManagerTest.java200 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
/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.java494 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHal
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java186 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarEmulator.AudioFocusPropertyHandler
256 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarEmulator.SingleChannelVolumeHandler
/packages/services/Car/evs/app/
DEvsVehicleListener.h41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet() function
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/include/
DVehicleNetworkAudioHelper.h64 void onPropertySet(const vehicle_prop_value_t& value) override;
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
DVehicleNetworkAudioHelper.cpp245 void VehicleNetworkAudioHelper::onPropertySet(const vehicle_prop_value_t &value __attribute__((unus… in onPropertySet() function in android::VehicleNetworkAudioHelper