/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/ |
D | MockedVehicleHal.java | 49 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/ |
D | CarVolumeServiceTest.java | 328 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarVolumeServiceTest.SingleChannelVolumeHandler 368 public void onPropertySet(VehiclePropValue value) { 391 public void onPropertySet(VehiclePropValue value) {
|
D | CarDiagnosticManagerTest.java | 115 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()
|
D | CarAudioFocusSystemSoundTest.java | 61 public void onPropertySet(VehiclePropValue value) { 357 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioFocusSystemSoundTest.FocusPropertyHandler
|
D | CarAudioExtFocusTest.java | 61 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
|
D | CarAudioFocusTest.java | 59 public void onPropertySet(VehiclePropValue value) { 581 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioFocusTest.FocusPropertyHandler
|
D | AudioRoutingPolicyTest.java | 46 public void onPropertySet(VehiclePropValue value) {
|
D | CarProjectionManagerTest.java | 140 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarProjectionManagerTest.PropertyHandler
|
D | CarPowerManagementTest.java | 120 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
|
D | CarRadioManagerTest.java | 56 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarRadioManagerTest.RadioPresetPropertyHandler
|
D | CarAudioManagerTest.java | 169 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioManagerTest.AudioParametersPropertyHandler
|
D | SystemActivityMonitoringServiceTest.java | 208 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in SystemActivityMonitoringServiceTest.DrivingStatusHandler
|
D | CarCabinManagerTest.java | 167 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarCabinManagerTest.CabinPropertyHandler
|
D | CarHvacManagerTest.java | 200 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalClient.java | 215 mCallback.onPropertySet((VehiclePropValue) msg.obj); in handleMessage() 244 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet() method in HalClient.VehicleCallback
|
D | VehicleHal.java | 494 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHal
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | CarEmulator.java | 186 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/ |
D | EvsVehicleListener.h | 41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet() function
|
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/include/ |
D | VehicleNetworkAudioHelper.h | 64 void onPropertySet(const vehicle_prop_value_t& value) override;
|
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/ |
D | VehicleNetworkAudioHelper.cpp | 245 void VehicleNetworkAudioHelper::onPropertySet(const vehicle_prop_value_t &value __attribute__((unus… in onPropertySet() function in android::VehicleNetworkAudioHelper
|