HomeSort by relevance Sort by last modified time
    Searched refs:takeSupportedProperties (Results 1 - 9 of 9) sorted by null

  /packages/services/Car/service/src/com/android/car/hal/
HalServiceBase.java 60 public Collection<VehiclePropConfig> takeSupportedProperties(
InfoHalService.java 52 public synchronized Collection<VehiclePropConfig> takeSupportedProperties(
InputHalService.java 85 public Collection<VehiclePropConfig> takeSupportedProperties(
SensorHalServiceBase.java 56 public synchronized Collection<VehiclePropConfig> takeSupportedProperties(
58 if (DBG) Log.d(TAG, "takeSupportedProperties");
64 Log.d(TAG, "takeSupportedProperties, hal property "
PropertyHalServiceBase.java 146 public Collection<VehiclePropConfig> takeSupportedProperties(
163 Log.d(mTag, "takeSupportedProperties: " + toHexString(p.prop));
RadioHalService.java 69 public synchronized Collection<VehiclePropConfig> takeSupportedProperties(
PowerHalService.java 273 public synchronized Collection<VehiclePropConfig> takeSupportedProperties(
AudioHalService.java 612 public synchronized Collection<VehiclePropConfig> takeSupportedProperties(
    [all...]
VehicleHal.java 196 Collection<VehiclePropConfig> taken = service.takeSupportedProperties(properties);

Completed in 1684 milliseconds