Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DVehiclePropValueBuilder.java31 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/
DHalClient.java96 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()
DPropertyHalServiceIds.java789 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()
DVehicleHal.java510 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/
DVehicleHalTest.java181 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/
DUserHalHelper.java454 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/
DUserHalHelperTest.java473 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/
DCarVendorExtensionManagerTest.java299 public synchronized int set(VehiclePropValue propValue) { in set()
/packages/apps/Car/Hvac/src/com/android/car/hvac/
DHvacController.java62 public void onPassengerTemperatureChange(CarPropertyValue propValue) { in onPassengerTemperatureChange()
65 public void onDriverTemperatureChange(CarPropertyValue propValue) { in onDriverTemperatureChange()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp703 VehiclePropValue propValue{ in subscribeToProperty() local
741 VehiclePropValue propValue{ in notifyVhalNewPowerPolicy() local
/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
DMockedVehicleHal.java167 public synchronized int set(VehiclePropValue propValue) { in set()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp627 VehiclePropValue propValue{ in reportWatchdogAliveToVhal() local
658 VehiclePropValue propValue{ in reportTerminatedProcessToVhal() local
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java492 CarPropertyValue propValue = mService.getProperty(propId, area); in isPropertyAvailable() local