Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java235 public void unsubscribeProperty(int propId) { in unsubscribeProperty() method in PropertyHalService
247 mVehicleHal.unsubscribeProperty(this, halPropId); in unsubscribeProperty()
266 mVehicleHal.unsubscribeProperty(this, prop); in release()
DDiagnosticHalService.java278 mVehicleHal.unsubscribeProperty(this, propConfig.prop); in requestDiagnosticStop()
DVmsHalService.java270 mVehicleHal.unsubscribeProperty(this, HAL_PROPERTY_ID); in release()
DVehicleHal.java278 public void unsubscribeProperty(HalServiceBase service, int property) { in unsubscribeProperty() method in VehicleHal
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java271 mHal.unsubscribeProperty(propId); in unregisterListenerBinderLocked()