Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java633 public void subscribeProperty(HalServiceBase service, int property, float samplingRateHz) in subscribeProperty() argument
635 HalSubscribeOptions options = new HalSubscribeOptions(property, new int[0], samplingRateHz); in subscribeProperty()
706 float samplingRateHz = halSubscribeOption.getUpdateRateHz(); in createVhalSubscribeOptionsLocked() local
778 opts.sampleRate = samplingRateHz; in createVhalSubscribeOptionsLocked()
781 RateInfo rateInfo = new RateInfo(samplingRateHz, enableVariableUpdateRate, resolution); in createVhalSubscribeOptionsLocked()
787 + " is already subscribed at rate: " + samplingRateHz + " hz"); in createVhalSubscribeOptionsLocked()
798 samplingRateHz, enableVariableUpdateRate, resolution); in createVhalSubscribeOptionsLocked()