/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
D | VehiclePropValueBuilder.java | 31 public static VehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder() 40 private VehiclePropValueBuilder(VehiclePropValue propValue) { in VehiclePropValueBuilder() 44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalClient.java | 96 public void setValue(VehiclePropValue propValue) { in setValue() 118 private String getValueErrorMessage(String action, VehiclePropValue propValue) { in getValueErrorMessage() 123 private String getPropertyErrorMessage(String action, VehiclePropValue propValue, int status) { in getPropertyErrorMessage() 203 public VehiclePropValue propValue; field in HalClient.ValueResult 273 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet()
|
D | PropertyHalServiceIds.java | 789 public boolean checkPayload(VehiclePropValue propValue) { in checkPayload() 808 private boolean checkValidBitFlag(VehiclePropValue propValue) { in checkValidBitFlag() 818 private boolean checkFormatForAllProperties(VehiclePropValue propValue) { in checkFormatForAllProperties() 852 private boolean checkDataEnum(VehiclePropValue propValue) { in checkDataEnum()
|
D | VehicleHal.java | 510 VehiclePropValue propValue; in get() local 560 protected void set(VehiclePropValue propValue) { in set() 956 VehiclePropValue propValue = new VehiclePropValue(); in createPropValue() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | VehicleHalTest.java | 181 VehiclePropValue propValue = new VehiclePropValue(); in testOnPropertyEvent() local 245 VehiclePropValue propValue = new VehiclePropValue(); in testGetIfAvailableOrFail() local 317 VehiclePropValue propValue = new VehiclePropValue(); in testDumpPropertyValueByCommend() local 350 VehiclePropValue propValue = new VehiclePropValue(); in testGet_VehiclePropValue() local
|
/packages/services/Car/user/car-user-lib/src/android/car/userlib/ |
D | UserHalHelper.java | 454 VehiclePropValue propValue = createPropRequest(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toVehiclePropValue() local 485 VehiclePropValue propValue = createPropRequest(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toVehiclePropValue() local 533 VehiclePropValue propValue = createPropRequest(CREATE_USER_PROPERTY, in toVehiclePropValue() local 557 VehiclePropValue propValue = createPropRequest(SWITCH_USER_PROPERTY, request.requestId, in toVehiclePropValue() local 578 VehiclePropValue propValue = createPropRequest(REMOVE_USER_PROPERTY, request.requestId); in toVehiclePropValue() local
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
D | UserHalHelperTest.java | 473 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testUserIdentificationGetRequestToVehiclePropValue_ok() local 909 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testUserIdentificationSetRequestToVehiclePropValue_ok() local 962 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testRemoveUserRequestToVehiclePropValue_ok() local 1081 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in testCreateUserRequestToVehiclePropValue_ok() local 1162 VehiclePropValue propValue = UserHalHelper.toVehiclePropValue(request); in tesSwitchUserRequestToVehiclePropValue_ok() local
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarVendorExtensionManagerTest.java | 299 public synchronized int set(VehiclePropValue propValue) { in set()
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
D | HvacController.java | 62 public void onPassengerTemperatureChange(CarPropertyValue propValue) { in onPassengerTemperatureChange() 65 public void onDriverTemperatureChange(CarPropertyValue propValue) { in onDriverTemperatureChange()
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.cpp | 703 VehiclePropValue propValue{ in subscribeToProperty() local 741 VehiclePropValue propValue{ in notifyVhalNewPowerPolicy() local
|
/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/ |
D | MockedVehicleHal.java | 167 public synchronized int set(VehiclePropValue propValue) { in set()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 627 VehiclePropValue propValue{ in reportWatchdogAliveToVhal() local 658 VehiclePropValue propValue{ in reportTerminatedProcessToVhal() local
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 492 CarPropertyValue propValue = mService.getProperty(propId, area); in isPropertyAvailable() local
|