Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java609 int mgrPropId = clientRequestInfo.getPropertyId(); in parseGetAsyncResults() local
1076 int mgrPropId = halToManagerPropId(halPropConfig.getPropId()); in getPropertyList() local
1093 public CarPropertyValue getProperty(int mgrPropId, int areaId) in getProperty()
1136 public String getReadPermission(int mgrPropId) { in getReadPermission()
1152 public String getWritePermission(int mgrPropId) { in getWritePermission()
1166 public boolean isReadable(Context context, int mgrPropId) { in isReadable()
1173 public boolean isWritable(Context context, int mgrPropId) { in isWritable()
1207 int mgrPropId = carSubscription.propertyId; in subscribeProperty() local
1234 public void unsubscribeProperty(int mgrPropId) throws ServiceSpecificException { in unsubscribeProperty()
1489 int mgrPropId = halToManagerPropId(halPropId); in onHalEvents() local
[all …]
DHalPropValue.java186 public CarPropertyValue toCarPropertyValue(int mgrPropId, HalPropConfig config) { in toCarPropertyValue()
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java446 public int managerToHalPropId(int mgrPropId) { in managerToHalPropId()