Searched refs:buildHalPropValue (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 786 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodPropDefaultValueExist() 811 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodPropDefaultValueNotExist() 840 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodValueOutOfRange() 864 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodGlobalPropWithAreaIdSetValueOutOfRange() 887 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange() 910 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodGlobalPropWithAreaIdNotZero() 938 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodAreaConfigHasNoLimit() 958 HalPropValue requestPropValue = buildHalPropValue( in testSetMethodForHvacProp() 999 HalPropValue requestPropValue = buildHalPropValue( in testSetAsyncForSingleProp() 1040 HalPropValue requestPropValue = buildHalPropValue( in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange() [all …]
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 432 HalPropValue updatedValue = buildHalPropValue(propId, areaId, in set() 659 buildHalPropValue(propId, AREA_ID_GLOBAL, timestamp, defaultRawPropValues)); in extractPropValues() 681 buildHalPropValue(propId, areaId, timestamp, areaRawPropValues)); in extractPropValues() 758 private HalPropValue buildHalPropValue(int propId, int areaId, long timestamp, in buildHalPropValue() method in FakeVehicleStub 1198 HalPropValue updatedValue = buildHalPropValue(propId, areaId, in updateTimeStamp()
|