Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalService.java333 public void unsubscribeProperty(int mgrPropId) { in unsubscribeProperty() method in PropertyHalService
345 mVehicleHal.unsubscribeProperty(this, halPropId); in unsubscribeProperty()
364 mVehicleHal.unsubscribeProperty(this, halProp); in release()
H A DDiagnosticHalService.java295 mVehicleHal.unsubscribeProperty(this, propConfig.prop); in requestDiagnosticStop()
H A DVmsHalService.java219 mVehicleHal.unsubscribeProperty(this, HAL_PROPERTY_ID); in release()
H A DVehicleHal.java412 public void unsubscribeProperty(HalServiceBase service, int property) { in unsubscribeProperty() method in VehicleHal
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVehicleHalTest.java143 mVehicleHal.unsubscribeProperty(mPowerHalService, SOME_READ_ON_CHANGE_PROPERTY); in testUnsubscribeProperty_subscribedProperty()
152 mVehicleHal.unsubscribeProperty(mPowerHalService, UNSUPPORTED_PROPERTY); in testUnsubscribeProperty_unsubscribedProperty()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarPropertyService.java334 mHal.unsubscribeProperty(propId); in unregisterListenerBinderLocked()