Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java221 public void subscribeProperty(HalServiceBase service, int property) in subscribeProperty() method in VehicleHal
223 subscribeProperty(service, property, 0f, SubscribeFlags.EVENTS_FROM_CAR); in subscribeProperty()
231 public void subscribeProperty(HalServiceBase service, int property, float sampleRateHz) in subscribeProperty() method in VehicleHal
233 subscribeProperty(service, property, sampleRateHz, SubscribeFlags.EVENTS_FROM_CAR); in subscribeProperty()
245 public void subscribeProperty(HalServiceBase service, int property, in subscribeProperty() method in VehicleHal
DPropertyHalService.java209 public void subscribeProperty(int propId, float rate) { in subscribeProperty() method in PropertyHalService
228 mVehicleHal.subscribeProperty(this, halPropId, rate); in subscribeProperty()
DInputHalService.java89 mHal.subscribeProperty(this, HW_KEY_INPUT); in setInputListener()
DPowerHalService.java331 mHal.subscribeProperty(this, config.prop); in init()
DDiagnosticHalService.java251 mVehicleHal.subscribeProperty(this, propConfig.prop, in requestDiagnosticStart()
DVmsHalService.java251 mVehicleHal.subscribeProperty(this, HAL_PROPERTY_ID); in init()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java202 mHal.subscribeProperty(propId, rate); in registerListener()
288 mHal.subscribeProperty(propId, maxRate); in unregisterListenerBinderLocked()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java238 verify(mVehicleHal).subscribeProperty(mInputHalService, VehicleProperty.HW_KEY_INPUT); in subscribeListener()
DVmsHalServiceTest.java108 initOrder.verify(mVehicleHal).subscribeProperty(mHalService, in setUp()