Home
last modified time | relevance | path

Searched refs:takeSupportedProperties (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java98 mHalService.takeSupportedProperties(Collections.singleton(propConfig)); in setUp()
156 mHalService.takeSupportedProperties(Collections.singleton(propConfig)); in testCoreId_IntegerOverflow()
178 mHalService.takeSupportedProperties(Arrays.asList(otherPropConfig, vmsPropConfig))); in testTakeSupportedProperties()
DInputHalServiceTest.java106 mInputHalService.takeSupportedProperties(offeredProps); in takesKeyInputProperty()
234 mInputHalService.takeSupportedProperties(ImmutableSet.of(HW_KEY_INPUT_CONFIG)); in subscribeListener()
/packages/services/Car/service/src/com/android/car/hal/
DHalServiceBase.java60 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in HalServiceBase
DInputHalService.java109 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in InputHalService
DPropertyHalService.java278 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in PropertyHalService
DPowerHalService.java352 public synchronized Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in PowerHalService
DDiagnosticHalService.java113 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in DiagnosticHalService
DVmsHalService.java236 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in VmsHalService
DVehicleHal.java156 Collection<VehiclePropConfig> taken = service.takeSupportedProperties(properties); in init()