Home
last modified time | relevance | path

Searched defs:mgrPropId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java499 int mgrPropId = clientRequestInfo.getPropertyId(); in parseGetAsyncResults() local
743 private static int managerToHalPropId(int mgrPropId) { in managerToHalPropId()
942 int mgrPropId = halToManagerPropId(halPropConfig.getPropId()); in getPropertyList() local
960 public CarPropertyValue getProperty(int mgrPropId, int areaId) in getProperty()
987 public float getSubscribedUpdateRateHz(int mgrPropId) { in getSubscribedUpdateRateHz()
998 public String getReadPermission(int mgrPropId) { in getReadPermission()
1007 public String getWritePermission(int mgrPropId) { in getWritePermission()
1036 public boolean isDisplayUnitsProperty(int mgrPropId) { in isDisplayUnitsProperty()
1063 public void subscribeProperty(int mgrPropId, float updateRateHz) in subscribeProperty()
1082 public void unsubscribeProperty(int mgrPropId) { in unsubscribeProperty()
[all …]
DHalPropValue.java178 public CarPropertyValue toCarPropertyValue(int mgrPropId, HalPropConfig config) { in toCarPropertyValue()