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.java97 private static int halToManagerPropId(int halPropId) { in halToManagerPropId()
102 private boolean isPropertySupportedInVehicle(int halPropId) { in isPropertySupportedInVehicle()
178 int halPropId = managerToHalPropId(mgrPropId); in getProperty() local
215 int halPropId = managerToHalPropId(mgrPropId); in getSampleRate() local
228 int halPropId = managerToHalPropId(mgrPropId); in getReadPermission() local
238 int halPropId = managerToHalPropId(mgrPropId); in getWritePermission() local
253 int halPropId = mHalPropIdToPropConfig.keyAt(i); in getPermissionsForAllProperties() local
267 int halPropId = managerToHalPropId(mgrPropId); in isDisplayUnitsProperty() local
280 int halPropId = managerToHalPropId(prop.getPropertyId()); in setProperty() local
305 int halPropId = managerToHalPropId(mgrPropId); in subscribeProperty() local
[all …]
DDiagnosticHalService.java339 private HalPropConfig getPropConfig(int halPropId) { in getPropConfig()
347 private int[] getPropConfigArray(int halPropId) { in getPropConfigArray()
371 private int getNumIntegerSensors(int halPropId) { in getNumIntegerSensors()
383 private int getNumFloatSensors(int halPropId) { in getNumFloatSensors()
DHalServiceBase.java135 int getManagerPropId(int halPropId) { in getManagerPropId()
DHalPropValueBuilder.java352 public HalPropValue build(CarPropertyValue carPropertyValue, int halPropId, in build()
441 AidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in AidlHalPropValue()
831 HidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in HidlHalPropValue()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java259 private void verifyEventsFromSingleProperty(int mgrPropId, int halPropId) throws Exception { in verifyEventsFromSingleProperty()