Searched defs:halPropId (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigs.java | 83 int propertyId, int halPropId, String propertyName, String description, in CarSvcPropertyConfig() 201 public Set<Integer> getAllPossibleSupportedEnumValues(int halPropId) { in getAllPossibleSupportedEnumValues() 249 public PermissionCondition getReadPermission(int halPropId) { in getReadPermission() 264 private PermissionCondition getVendorReadPermission(int halPropId) { in getVendorReadPermission() 288 public PermissionCondition getWritePermission(int halPropId) { in getWritePermission() 303 private PermissionCondition getVendorWritePermission(int halPropId) { in getVendorWritePermission() 327 public boolean isReadable(Context context, int halPropId) { in isReadable() 343 public boolean isWritable(Context context, int halPropId) { in isWritable() 418 public int halToManagerPropId(int halPropId) { in halToManagerPropId() 427 public String halPropIdToName(int halPropId) { in halPropIdToName() [all …]
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 632 int halPropId = managerToHalPropId(mgrPropId); in parseGetAsyncResults() local 1042 int halPropId = managerToHalPropId(pendingRequest.getPropertyId()); in cleanupPendingAsyncSetRequestLocked() local 1151 int halPropId = managerToHalPropId(mgrPropId); in getProperty() local 1271 int halPropId = managerToHalPropId(mgrPropId); in subscribeProperty() local 1296 int halPropId = managerToHalPropId(mgrPropId); in unsubscribeProperty() local 1327 int halPropId = halPropIds.valueAt(i); in release() local 1338 public boolean isSupportedProperty(int halPropId) { in isSupportedProperty() 1352 int halPropId = halPropConfig.getPropId(); in takeProperties() local 1394 int halPropId = managerToHalPropId(mgrPropId); in getMinMaxSupportedValue() local 1468 int halPropId = managerToHalPropId(mgrPropId); in getSupportedValuesList() local [all …]
|
D | DiagnosticHalService.java | 367 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()
|
D | HalPropValueBuilder.java | 356 public HalPropValue build(CarPropertyValue carPropertyValue, int halPropId, in build() 504 AidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in AidlHalPropValue() 881 HidlHalPropValue(CarPropertyValue value, int halPropId, HalPropConfig config) { in HidlHalPropValue()
|
D | HalServiceBase.java | 151 int getManagerPropId(int halPropId) { in getManagerPropId()
|
D | VehicleHal.java | 176 HalSubscribeOptions(int halPropId, int[] areaIds, float updateRateHz) { in HalSubscribeOptions() 181 HalSubscribeOptions(int halPropId, int[] areaIds, float updateRateHz, in HalSubscribeOptions() 187 HalSubscribeOptions(int halPropId, int[] areaIds, float updateRateHz, in HalSubscribeOptions()
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigsUnitTest.java | 467 int halPropId = 2345; in testParseJsonConfig_validConfig() local 513 int halPropId = 1234; in testParseJsonConfig_halPropIdDefaultEqualPropId() local 551 int halPropId = 1234; in testParseJsonConfig_dataFlags() local
|
/aosp_15_r20/prebuilts/sdk/34/system/ |
HD | android.car.testapi.jar | META-INF/
META-INF/MANIFEST.MF
DefaultProperties.json
android/
android/automotive ... |