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.java243 public void unsubscribeProperty(int propId) { in unsubscribeProperty() method in PropertyHalService
255 mVehicleHal.unsubscribeProperty(this, halPropId); in unsubscribeProperty()
274 mVehicleHal.unsubscribeProperty(this, prop); in release()
DDiagnosticHalService.java278 mVehicleHal.unsubscribeProperty(this, propConfig.prop); in requestDiagnosticStop()
DVmsHalService.java284 mVehicleHal.unsubscribeProperty(this, HAL_PROPERTY_ID); in release()
DVehicleHal.java279 public void unsubscribeProperty(HalServiceBase service, int property) { in unsubscribeProperty() method in VehicleHal
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java272 mHal.unsubscribeProperty(propId); in unregisterListenerBinderLocked()