Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DHalServiceBase.java60 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in HalServiceBase
DInfoHalService.java52 public synchronized Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in InfoHalService
DSensorHalServiceBase.java56 public synchronized Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in SensorHalServiceBase
DInputHalService.java85 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in InputHalService
DPropertyHalServiceBase.java146 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in PropertyHalServiceBase
DRadioHalService.java69 public synchronized Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in RadioHalService
DPowerHalService.java273 public synchronized Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in PowerHalService
DAudioHalService.java612 public synchronized Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in AudioHalService
DVehicleHal.java196 Collection<VehiclePropConfig> taken = service.takeSupportedProperties(properties); in init()