OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unsubscribeProperty
(Results
1 - 5
of
5
) sorted by null
/packages/services/Car/service/src/com/android/car/hal/
HvacHalService.java
120
mVehicleHal.
unsubscribeProperty
(this, prop);
RadioHalService.java
134
mHal.
unsubscribeProperty
(this, VehicleNetworkConsts.VEHICLE_PROPERTY_RADIO_PRESET);
SensorHalService.java
231
mHal.
unsubscribeProperty
(this, config.getProp());
VehicleHal.java
245
public void
unsubscribeProperty
(HalServiceBase service, int property) {
AudioHalService.java
318
mVehicleHal.
unsubscribeProperty
(this, config.getProp());
Completed in 577 milliseconds