Searched defs:mgrPropId (Results 1 – 3 of 3) sorted by relevance
609 int mgrPropId = clientRequestInfo.getPropertyId(); in parseGetAsyncResults() local1076 int mgrPropId = halToManagerPropId(halPropConfig.getPropId()); in getPropertyList() local1093 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() local1234 public void unsubscribeProperty(int mgrPropId) throws ServiceSpecificException { in unsubscribeProperty()1489 int mgrPropId = halToManagerPropId(halPropId); in onHalEvents() local[all …]
186 public CarPropertyValue toCarPropertyValue(int mgrPropId, HalPropConfig config) { in toCarPropertyValue()
446 public int managerToHalPropId(int mgrPropId) { in managerToHalPropId()