Home
last modified time | relevance | path

Searched defs:halPropId (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java82 public int halPropId; field in PropertyHalServiceConfigs.CarSvcPropertyConfig
236 public Set<Integer> getAllPossibleSupportedEnumValues(int halPropId) { in getAllPossibleSupportedEnumValues()
284 public PermissionCondition getReadPermission(int halPropId) { in getReadPermission()
299 private PermissionCondition getVendorReadPermission(int halPropId) { in getVendorReadPermission()
323 public PermissionCondition getWritePermission(int halPropId) { in getWritePermission()
338 private PermissionCondition getVendorWritePermission(int halPropId) { in getVendorWritePermission()
362 public boolean isReadable(Context context, int halPropId) { in isReadable()
378 public boolean isWritable(Context context, int halPropId) { in isWritable()
453 public int halToManagerPropId(int halPropId) { in halToManagerPropId()
462 public String halPropIdToName(int halPropId) { in halPropIdToName()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java610 int halPropId = managerToHalPropId(mgrPropId); in parseGetAsyncResults() local
986 int halPropId = managerToHalPropId(pendingRequest.getPropertyId()); in cleanupPendingAsyncSetRequestLocked() local
1095 int halPropId = managerToHalPropId(mgrPropId); in getProperty() local
1214 int halPropId = managerToHalPropId(mgrPropId); in subscribeProperty() local
1239 int halPropId = managerToHalPropId(mgrPropId); in unsubscribeProperty() local
1270 int halPropId = halPropIds.valueAt(i); in release() local
1281 public boolean isSupportedProperty(int halPropId) { in isSupportedProperty()
1295 int halPropId = halPropConfig.getPropId(); in takeProperties() local
1344 private void checkPendingWaitForUpdateRequestsLocked(int halPropId, in checkPendingWaitForUpdateRequestsLocked()
1475 int halPropId = halPropValue.getPropId(); in onHalEvents() local
[all …]
DDiagnosticHalService.java367 private HalPropConfig getPropConfig(int halPropId) { in getPropConfig()
375 private int[] getPropConfigArray(int halPropId) { in getPropConfigArray()
399 private int getNumIntegerSensors(int halPropId) { in getNumIntegerSensors()
411 private int getNumFloatSensors(int halPropId) { in getNumFloatSensors()
DHalServiceBase.java143 int getManagerPropId(int halPropId) { in getManagerPropId()
DHalPropValueBuilder.java356 public HalPropValue build(CarPropertyValue carPropertyValue, int halPropId, in build()
445 AidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in AidlHalPropValue()
839 HidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in HidlHalPropValue()
DVehicleHal.java166 HalSubscribeOptions(int halPropId, int[] areaIds, float updateRateHz) { in HalSubscribeOptions()
171 HalSubscribeOptions(int halPropId, int[] areaIds, float updateRateHz, in HalSubscribeOptions()
177 HalSubscribeOptions(int halPropId, int[] areaIds, float updateRateHz, in HalSubscribeOptions()