Searched defs:mgrPropId (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValue.java | 191 int mgrPropId, RawPropValues rawPropValues, HalPropConfig config) { in toRawPropertyValue() 216 public CarPropertyValue toCarPropertyValue(int mgrPropId, HalPropConfig config) { in toCarPropertyValue() 228 public CarPropertyValue toCarPropertyValue(int mgrPropId, HalPropConfig config, in toCarPropertyValue() 248 private @Nullable RawPropertyValue<?> toRawPropertyValue(int mgrPropId, HalPropConfig config) { in toRawPropertyValue() 358 private @Nullable RawPropertyValue<?> toRegularRawPropertyValue(int mgrPropId) { in toRegularRawPropertyValue()
|
D | PropertyHalService.java | 691 int mgrPropId = clientRequestInfo.getPropertyId(); in parseGetAsyncResults() local 1181 int mgrPropId = halToManagerPropId(halPropConfig.getPropId()); in getPropertyList() local 1198 public CarPropertyValue getProperty(int mgrPropId, int areaId) in getProperty() 1242 public String getReadPermission(int mgrPropId) { in getReadPermission() 1258 public String getWritePermission(int mgrPropId) { in getWritePermission() 1272 public boolean isReadable(Context context, int mgrPropId) { in isReadable() 1279 public boolean isWritable(Context context, int mgrPropId) { in isWritable() 1313 int mgrPropId = carSubscription.propertyId; in subscribeProperty() local 1340 public void unsubscribeProperty(int mgrPropId) throws ServiceSpecificException { in unsubscribeProperty() 1441 public MinMaxSupportedPropertyValue getMinMaxSupportedValue(int mgrPropId, int areaId, in getMinMaxSupportedValue() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 2946 int mgrPropId = -1; in testGetMinMaxSupportedValue_halPropConfigNotFound() local 3028 int mgrPropId = EV_CHARGE_CURRENT_DRAW_LIMIT; in testGetMinMaxSupportedValue_EV_CHARGE_CURRENT_DRAW_LIMIT_fromConfig() local 3062 int mgrPropId = EV_CHARGE_CURRENT_DRAW_LIMIT; in testGetMinMaxSupportedValue_EV_CHARGE_CURRENT_DRAW_LIMIT_noConfig() local 3310 int mgrPropId = -1; in testGetSupportedValuesList_halPropConfigNotFound() local 3324 int mgrPropId = EV_CHARGE_PERCENT_LIMIT; in testGetSupportedValuesList_withAnnotationfromConfig() local 3356 int mgrPropId = EV_CHARGE_PERCENT_LIMIT; in testGetSupportedValuesList_withAnnotationfromConfig_noConfig() local 3388 int mgrPropId = HVAC_FAN_DIRECTION; in testGetSupportedValuesList_HVAC_FAN_DIRECTION() local 3436 int mgrPropId = HVAC_FAN_DIRECTION; in testGetSupportedValuesList_HVAC_FAN_DIRECTION_getHvacFanDirectAvailableFailed() local 3481 int mgrPropId = HVAC_TEMPERATURE_SET; in testGetSupportedValuesList_HVAC_TEMPERATURE_SET() local 3517 int mgrPropId = HVAC_TEMPERATURE_SET; in testGetSupportedValuesList_HVAC_TEMPERATURE_SET_invalidConfig() local
|
/packages/services/Car/service/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigs.java | 428 public int managerToHalPropId(int mgrPropId) { in managerToHalPropId()
|