D | VehicleHal.java | 606 public void subscribeProperty(HalServiceBase service, int property) in subscribeProperty() method in VehicleHal 608 subscribeProperty(service, property, /* samplingRateHz= */ 0f); in subscribeProperty() 617 subscribeProperty(service, property); in subscribePropertySafe() 633 public void subscribeProperty(HalServiceBase service, int property, float samplingRateHz) in subscribeProperty() method in VehicleHal 636 subscribeProperty(service, List.of(options)); in subscribeProperty() 645 subscribeProperty(service, property, sampleRateHz); in subscribePropertySafe() 660 public void subscribeProperty(HalServiceBase service, List<HalSubscribeOptions> in subscribeProperty() method in VehicleHal
|