Home
last modified time | relevance | path

Searched refs:managerToHalPropId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java610 int halPropId = managerToHalPropId(mgrPropId); in parseGetAsyncResults()
931 int halPropertyId = managerToHalPropId(asyncPropRequestInfo.getPropertyId()); in generateVehicleStubAsyncRequestLocked()
986 int halPropId = managerToHalPropId(pendingRequest.getPropertyId()); in cleanupPendingAsyncSetRequestLocked()
1095 int halPropId = managerToHalPropId(mgrPropId); in getProperty()
1138 mPropertyHalServiceConfigs.getReadPermission(managerToHalPropId(mgrPropId)); in getReadPermission()
1154 mPropertyHalServiceConfigs.getWritePermission(managerToHalPropId(mgrPropId)); in getWritePermission()
1167 return mPropertyHalServiceConfigs.isReadable(context, managerToHalPropId(mgrPropId)); in isReadable()
1174 return mPropertyHalServiceConfigs.isWritable(context, managerToHalPropId(mgrPropId)); in isWritable()
1214 int halPropId = managerToHalPropId(mgrPropId); in subscribeProperty()
1239 int halPropId = managerToHalPropId(mgrPropId); in unsubscribeProperty()
[all …]
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java446 public int managerToHalPropId(int mgrPropId) { in managerToHalPropId() method in PropertyHalServiceConfigs
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java657 assertThat(mPropertyHalServiceConfigs.managerToHalPropId( in testManagerToHalPropId()