Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java500 int halPropId = managerToHalPropId(mgrPropId); in parseGetAsyncResults() local
750 private static int halToManagerPropId(int halPropId) { in halToManagerPropId()
863 int halPropId = managerToHalPropId(pendingRequest.getPropertyId()); in cleanupPendingAsyncSetRequestLocked() local
962 int halPropId = managerToHalPropId(mgrPropId); in getProperty() local
988 int halPropId = managerToHalPropId(mgrPropId); in getSubscribedUpdateRateHz() local
999 int halPropId = managerToHalPropId(mgrPropId); in getReadPermission() local
1008 int halPropId = managerToHalPropId(mgrPropId); in getWritePermission() local
1024 int halPropId = mHalPropIdToPropConfig.keyAt(i); in getPermissionsForAllProperties() local
1037 int halPropId = managerToHalPropId(mgrPropId); in isDisplayUnitsProperty() local
1069 int halPropId = managerToHalPropId(mgrPropId); in subscribeProperty() 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.java140 int getManagerPropId(int halPropId) { in getManagerPropId()
DHalPropValueBuilder.java355 public HalPropValue build(CarPropertyValue carPropertyValue, int halPropId, in build()
444 AidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in AidlHalPropValue()
844 HidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in HidlHalPropValue()
DPropertyHalServiceIds.java988 public static Set<Integer> getAllPossibleSupportedEnumValues(int halPropId) { in getAllPossibleSupportedEnumValues()