Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DEvsHalService.java99 mHal.subscribeProperty(this, EVS_SERVICE_REQUEST); in setListener()
113 mHal.subscribeProperty(this, config.prop); in init()
H A DInputHalService.java140 mHal.subscribeProperty(this, HW_KEY_INPUT); in setInputListener()
143 mHal.subscribeProperty(this, HW_ROTARY_INPUT); in setInputListener()
146 mHal.subscribeProperty(this, HW_CUSTOM_INPUT); in setInputListener()
H A DVehicleHal.java349 public void subscribeProperty(HalServiceBase service, int property) in subscribeProperty() method in VehicleHal
351 subscribeProperty(service, property, /* samplingRateHz= */ 0f, in subscribeProperty()
360 public void subscribeProperty(HalServiceBase service, int property, float sampleRateHz) in subscribeProperty() method in VehicleHal
362 subscribeProperty(service, property, sampleRateHz, SubscribeFlags.EVENTS_FROM_CAR); in subscribeProperty()
374 public void subscribeProperty(HalServiceBase service, int property, in subscribeProperty() method in VehicleHal
H A DPropertyHalService.java307 public void subscribeProperty(int mgrPropId, float rate) { in subscribeProperty() method in PropertyHalService
326 mVehicleHal.subscribeProperty(this, halPropId, rate); in subscribeProperty()
H A DClusterHalService.java119 mHal.subscribeProperty(this, property); in init()
H A DPowerHalService.java379 mHal.subscribeProperty(this, config.prop); in init()
H A DDiagnosticHalService.java268 mVehicleHal.subscribeProperty(this, propConfig.prop, in requestDiagnosticStart()
H A DVmsHalService.java202 mVehicleHal.subscribeProperty(this, HAL_PROPERTY_ID); in init()
H A DUserHalService.java169 mHal.subscribeProperty(this, config.prop); in init()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVehicleHalTest.java128 mVehicleHal.subscribeProperty(mPowerHalService, SOME_READ_ON_CHANGE_PROPERTY, in testSubscribeProperty_registeringReadWriteAndOnChangeProperty()
161 mVehicleHal.subscribeProperty(mPowerHalService, SOME_READ_WRITE_STATIC_PROPERTY, in testSubscribeProperty_registeringStaticProperty()
177 mVehicleHal.subscribeProperty(mPowerHalService, SOME_READ_ON_CHANGE_PROPERTY, in testGetSampleRate_supportedAndRegisteredProperty()
H A DClusterHalServiceTest.java115 verify(mVehicleHal).subscribeProperty(mClusterHalService, CLUSTER_SWITCH_UI); in testInit_subscribeProperty()
116 verify(mVehicleHal).subscribeProperty(mClusterHalService, CLUSTER_DISPLAY_STATE); in testInit_subscribeProperty()
H A DEvsHalServiceTest.java146 verify(mVehicleHal).subscribeProperty(mEvsHalService, config.prop); in subscribeListener()
H A DUserHalServiceTest.java321 verify(mVehicleHal).subscribeProperty(myHalService, INITIAL_USER_INFO); in testTakeSupportedPropertiesAndInit()
322 verify(mVehicleHal).subscribeProperty(myHalService, CREATE_USER); in testTakeSupportedPropertiesAndInit()
323 verify(mVehicleHal).subscribeProperty(myHalService, REMOVE_USER); in testTakeSupportedPropertiesAndInit()
324 verify(mVehicleHal).subscribeProperty(myHalService, SWITCH_USER); in testTakeSupportedPropertiesAndInit()
325 verify(mVehicleHal).subscribeProperty(myHalService, USER_IDENTIFICATION_ASSOCIATION); in testTakeSupportedPropertiesAndInit()
H A DInputHalServiceTest.java495 verify(mVehicleHal).subscribeProperty(mInputHalService, VehicleProperty.HW_KEY_INPUT); in subscribeListener()
H A DVmsHalServiceTest.java116 initOrder.verify(mVehicleHal).subscribeProperty(mHalService, in initHalService()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarPropertyService.java254 mHal.subscribeProperty(propId, rate); in registerListener()
352 mHal.subscribeProperty(propId, maxRate); in unregisterListenerBinderLocked()