Home
last modified time | relevance | path

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

/packages/services/Car/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java55 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
DCarTestManager.java156 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/
DVehicleNetworkMockedTest.java429 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/
DCarEmulator.java125 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/
DIVehicleNetworkHalMock.aidl27 void onPropertySet(in VehiclePropValueParcelable value) = 1;
DVehicleNetwork.java58 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/
DIVehicleNetworkHalMock.cpp99 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/
DIVehicleNetworkHalMock.h42 virtual status_t onPropertySet(const vehicle_prop_value_t& value) = 0;
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarAudioFocusTest.java54 public void onPropertySet(VehiclePropValue value) {
82 public void onPropertySet(VehiclePropValue value) {
541 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioFocusTest.FocusPropertyHandler
DAudioRoutingPolicyTest.java45 public void onPropertySet(VehiclePropValue value) {
DCarRadioManagerTest.java59 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarRadioManagerTest.RadioPresetPropertyHandler
DCarHvacManagerTest.java186 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
DCarPowerManagementTest.java174 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleHalMock.h45 virtual status_t onPropertySet(const vehicle_prop_value_t& /*value*/) { in onPropertySet() function
DVehicleNetworkAudioHelperTest.cpp66 virtual status_t onPropertySet(const vehicle_prop_value_t& value) { in onPropertySet() function in android::VehicleHalMockForAudioFocus
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.cpp576 status_t r = mHalMock->onPropertySet(data); in setProperty()