/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | EvsHalService.java | 99 mHal.subscribeProperty(this, EVS_SERVICE_REQUEST); in setListener() 113 mHal.subscribeProperty(this, config.prop); in init()
|
H A D | InputHalService.java | 140 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 D | VehicleHal.java | 349 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 D | PropertyHalService.java | 307 public void subscribeProperty(int mgrPropId, float rate) { in subscribeProperty() method in PropertyHalService 326 mVehicleHal.subscribeProperty(this, halPropId, rate); in subscribeProperty()
|
H A D | ClusterHalService.java | 119 mHal.subscribeProperty(this, property); in init()
|
H A D | PowerHalService.java | 379 mHal.subscribeProperty(this, config.prop); in init()
|
H A D | DiagnosticHalService.java | 268 mVehicleHal.subscribeProperty(this, propConfig.prop, in requestDiagnosticStart()
|
H A D | VmsHalService.java | 202 mVehicleHal.subscribeProperty(this, HAL_PROPERTY_ID); in init()
|
H A D | UserHalService.java | 169 mHal.subscribeProperty(this, config.prop); in init()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
H A D | VehicleHalTest.java | 128 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 D | ClusterHalServiceTest.java | 115 verify(mVehicleHal).subscribeProperty(mClusterHalService, CLUSTER_SWITCH_UI); in testInit_subscribeProperty() 116 verify(mVehicleHal).subscribeProperty(mClusterHalService, CLUSTER_DISPLAY_STATE); in testInit_subscribeProperty()
|
H A D | EvsHalServiceTest.java | 146 verify(mVehicleHal).subscribeProperty(mEvsHalService, config.prop); in subscribeListener()
|
H A D | UserHalServiceTest.java | 321 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 D | InputHalServiceTest.java | 495 verify(mVehicleHal).subscribeProperty(mInputHalService, VehicleProperty.HW_KEY_INPUT); in subscribeListener()
|
H A D | VmsHalServiceTest.java | 116 initOrder.verify(mVehicleHal).subscribeProperty(mHalService, in initHalService()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarPropertyService.java | 254 mHal.subscribeProperty(propId, rate); in registerListener() 352 mHal.subscribeProperty(propId, maxRate); in unregisterListenerBinderLocked()
|