Home
last modified time | relevance | path

Searched defs:onPropertySubscribe (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java83 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
88 default void onPropertySubscribe(int property, int[] areaIds, float sampleRate) {} in onPropertySubscribe() method
417 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.FailingPropertyHandler
422 public void onPropertySubscribe(int property, int[] areaIds, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.FailingPropertyHandler
505 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.DefaultPropertyHandler
511 public void onPropertySubscribe(int property, int[] areaIds, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.DefaultPropertyHandler
DHidlMockedVehicleHal.java64 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
297 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in HidlMockedVehicleHal.FailingPropertyHandler
380 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in HidlMockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarProjectionManagerTest.java177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarProjectionManagerTest.PropertyHandler
DCarCabinManagerTest.java201 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarCabinManagerTest.CabinPropertyHandler
DCarPropertyServiceTest.java293 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPropertyServiceTest.PropertyHandler
DCarHvacManagerTest.java284 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarHvacManagerTest.HvacPropertyHandler
DCarDiagnosticManagerTest.java169 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
DCarPropertyManagerTest.java1598 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPropertyManagerTest.PropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java450 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in ClusterHomeManagerTest.ClusterPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/power/
DCarPowerManagementTest.java885 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPowerManagementTest.PowerStatePropertyHandler