/packages/services/Car/car-systemtest-lib/src/android/car/test/ |
D | VehicleHalEmulator.java | 55 void onPropertySet(VehiclePropValue value); in onPropertySet() method 239 getHalPropertyLocked(value.getProp()).handler.onPropertySet(value); in handlePropertySet() 285 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHalEmulator.DefaultPropertyHandler 322 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHalEmulator.HalMock
|
D | CarTestManager.java | 156 public void onPropertySet(VehiclePropValueParcelable value) { in onPropertySet() method in CarTestManager.IVehicleNetworkHalMockImpl 161 testManager.getHalMock().onPropertySet(value.value); in onPropertySet()
|
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/ |
D | VehicleNetworkMockedTest.java | 429 void onPropertySet(VehiclePropValue value); in onPropertySet() method 455 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleNetworkMockedTest.VehicleHalMock 461 handler.onPropertySet(value); in onPropertySet() 506 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | CarEmulator.java | 125 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarEmulator.AudioFocusPropertyHandler 190 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarEmulator.AudioStreamStatePropertyHandler
|
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/ |
D | IVehicleNetworkHalMock.aidl | 27 void onPropertySet(in VehiclePropValueParcelable value) = 1;
|
D | VehicleNetwork.java | 58 void onPropertySet(VehiclePropValue value); in onPropertySet() method 659 public void onPropertySet(VehiclePropValueParcelable value) { in onPropertySet() method in VehicleNetwork.IVehicleNetworkHalMockImpl 664 vehicleNetwork.getHalMock().onPropertySet(value.value); in onPropertySet()
|
/packages/services/Car/libvehiclenetwork/native/ |
D | IVehicleNetworkHalMock.cpp | 99 virtual status_t onPropertySet(const vehicle_prop_value_t& value) { in onPropertySet() function in android::BpVehicleNetworkHalMock 221 r = onPropertySet(value.value); in onTransact()
|
/packages/services/Car/libvehiclenetwork/include/ |
D | IVehicleNetworkHalMock.h | 42 virtual status_t onPropertySet(const vehicle_prop_value_t& value) = 0;
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
D | CarAudioFocusTest.java | 54 public void onPropertySet(VehiclePropValue value) { 82 public void onPropertySet(VehiclePropValue value) { 541 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioFocusTest.FocusPropertyHandler
|
D | AudioRoutingPolicyTest.java | 45 public void onPropertySet(VehiclePropValue value) {
|
D | CarRadioManagerTest.java | 59 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarRadioManagerTest.RadioPresetPropertyHandler
|
D | CarHvacManagerTest.java | 186 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
|
D | CarPowerManagementTest.java | 174 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
|
/packages/services/Car/tests/libvehiclenetwork-native-test/ |
D | VehicleHalMock.h | 45 virtual status_t onPropertySet(const vehicle_prop_value_t& /*value*/) { in onPropertySet() function
|
D | VehicleNetworkAudioHelperTest.cpp | 66 virtual status_t onPropertySet(const vehicle_prop_value_t& value) { in onPropertySet() function in android::VehicleHalMockForAudioFocus
|
/packages/services/Car/vehicle_network_service/ |
D | VehicleNetworkService.cpp | 576 status_t r = mHalMock->onPropertySet(data); in setProperty()
|