Home
last modified time | relevance | path

Searched refs:addContinuousProperty (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DCarPropertyEventCallbackControllerUnitTest.java106 mCarPropertyEventCallbackController.addContinuousProperty( in testAddContinuousProperty_getUpdateRateHzOnePropertyAdded()
118 mCarPropertyEventCallbackController.addContinuousProperty( in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
121 mCarPropertyEventCallbackController.addContinuousProperty(FIRST_PROPERTY_ID, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
130 mCarPropertyEventCallbackController.addContinuousProperty(FIRST_PROPERTY_ID, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
148 mCarPropertyEventCallbackController.addContinuousProperty( in testGetUpdateRateHz_multiplePropertiesAdded()
151 mCarPropertyEventCallbackController.addContinuousProperty( in testGetUpdateRateHz_multiplePropertiesAdded()
175 mCarPropertyEventCallbackController.addContinuousProperty( in testRemove_addThenRemoveProperty()
184 mCarPropertyEventCallbackController.addContinuousProperty( in testRemove_addTwoPropertiesRemoveOne()
187 mCarPropertyEventCallbackController.addContinuousProperty( in testRemove_addTwoPropertiesRemoveOne()
257 mCarPropertyEventCallbackController.addContinuousProperty( in testOnEvent_changeEvent_skipsCarPropertyValuesWithNonZeroUpdateRate()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/property/
DCarPropertyServiceClientUnitTest.java122 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testAddContinuousProperty_getUpdateRateHzOnePropertyAdded()
133 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
135 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
143 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
155 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testAddContinuousProperty_rateNotFoundIfBinderDead()
181 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testRemove_multipleProperties_onePropertyRemoved()
183 mCarPropertyServiceClient.addContinuousProperty(SECOND_PROPERTY_ID, REGISTERED_AREA_IDS, in testRemove_multipleProperties_onePropertyRemoved()
268 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testOnEvent_listenerNotCalledForCarPropertyValuesBeforeNextUpdateTime()
303 mCarPropertyServiceClient.addContinuousProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS, in testOnEvent_listenerCalledForFreshCarPropertyValuesNonZeroUpdateRate()
360 mCarPropertyServiceClient.addContinuousProperty( in testOnEvent_VurEnabled_forwardsEventIfValueIsDifferent()
[all …]
/packages/services/Car/service/src/com/android/car/property/
DCarPropertyServiceClient.java82 public void addContinuousProperty(int propertyId, int[] areaIds, float updateRateHz, in addContinuousProperty() method in CarPropertyServiceClient
90 super.addContinuousProperty(propertyId, areaIds, updateRateHz, enableVur, resolution); in addContinuousProperty()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventController.java71 public void addContinuousProperty(int propertyId, int[] areaIds, float updateRateHz, in addContinuousProperty() method in CarPropertyEventController
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java472 client.addContinuousProperty( in registerListener()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1587 cpeCallbackController.addContinuousProperty(propertyId, areaIds, in subscribePropertyEventsInternal()