Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DHidlMockedVehicleHal.java53 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
204 handler.onPropertySubscribe(opt.propId, opt.sampleRate); in subscribe()
261 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in HidlMockedVehicleHal.FailingPropertyHandler
324 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in HidlMockedVehicleHal.DefaultPropertyHandler
DAidlMockedVehicleHal.java65 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
293 handler.onPropertySubscribe(opt.propId, opt.sampleRate); in subscribe()
366 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.FailingPropertyHandler
455 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyServiceTest.java133 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPropertyServiceTest.PropertyHandler
DCarProjectionManagerTest.java177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarProjectionManagerTest.PropertyHandler
DCarCabinManagerTest.java196 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarCabinManagerTest.CabinPropertyHandler
DCarHvacManagerTest.java280 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarHvacManagerTest.HvacPropertyHandler
DCarDiagnosticManagerTest.java162 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
DCarPropertyManagerTest.java1016 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.java436 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in ClusterHomeManagerTest.ClusterPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/power/
DCarPowerManagementTest.java797 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPowerManagementTest.PowerStatePropertyHandler