Searched refs:setUpdateRateHz (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/android/car/hardware/property/ |
D | SubscriptionTest.java | 46 builder.setUpdateRateHz(/* updateRateHz= */ 55.01f); in testBuilder_withUpdateRateSet() 60 builder.setUpdateRateHz(/* updateRateHz= */ 55.01f); in testAddAreaId_withMultipleAreas() 77 builder.setUpdateRateHz(/* updateRateHz= */ 55.01f); in testAddAreaId_withOverlappingAreas() 95 assertThrows(IllegalArgumentException.class, () -> builder.setUpdateRateHz(150.0f)); in testSetUpdateRateHz_throws()
|
/packages/services/Car/car-lib/src/com/android/car/internal/property/ |
D | AsyncPropertyServiceRequest.java | 71 request.setUpdateRateHz(setPropertyRequest.getUpdateRateHz()); in newSetAsyncRequest() 98 public void setUpdateRateHz(float updateRateHz) { in setUpdateRateHz() method in AsyncPropertyServiceRequest
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 1275 setPropertyRequest.setUpdateRateHz(10.1f); in testSetPropertiesAsync() 1986 .setUpdateRateHz(0.f).build()), in testSubscribePropertyEvents_sanitizeSampleRate() 2254 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build()), in testUnsubscribePropertyEvents_doesNothingIfNothingIsNotRegisteredForCallback() 2280 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build()), in testUnsubscribePropertyEvents_doesNothingIfCallbackIsNotRegisteredForProperty() 2320 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build()), in testUnsubscribePropertyEvents_doesNothingIfCarPropertyConfigNull() 2336 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build()), in testUnsubscribePropertyEvents_doesNothingIfNoPermission() 2364 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build()), in testUnregisterCallback_unsubscribeCallbackForSingleProperty() 2423 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build(), in testUnsubscribePropertyEvents_unsubscribeCallbackForSpecificProperty() 2456 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build(), in testUnsubscribePropertyEvents_unsubscribeCallbackForBothProperties() 2485 .setUpdateRateHz(FIRST_UPDATE_RATE_HZ).build()), in testUnsubscribePropertyEvents_unsubscribeAllCallbackForSingleProperty() [all …]
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | Subscription.java | 179 public Builder setUpdateRateHz(@FloatRange(from = 0.0, to = 100.0) float updateRateHz) { in setUpdateRateHz() method in Subscription.Builder
|
D | CarPropertyManager.java | 392 public void setUpdateRateHz(float updateRateHz) { in setUpdateRateHz() method in CarPropertyManager.SetPropertyRequest 1244 new Subscription.Builder(propertyId).setUpdateRateHz(DEFAULT_UPDATE_RATE_HZ) in subscribePropertyEvents() 1275 new Subscription.Builder(propertyId).setUpdateRateHz(updateRateHz).build()), in subscribePropertyEvents() 1306 new Subscription.Builder(propertyId).addAreaId(areaId).setUpdateRateHz(1f) in subscribePropertyEvents() 1362 .setUpdateRateHz(updateRateHz).setVariableUpdateRateEnabled(false).build(); in subscribePropertyEvents()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 1428 request2.setUpdateRateHz(testSampleRate); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent() 1543 request.setUpdateRateHz(20.0f); in testSetCarPropertyValuesAsync_updateSubscriptionRate() 1624 request1.setUpdateRateHz(20.0f); in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds() 1626 request2.setUpdateRateHz(21.0f); in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds() 1742 request1.setUpdateRateHz(20.0f); in testMultipleSetCarPropertyValuesAsync_overlappingSetAsync() 1744 request2.setUpdateRateHz(21.0f); in testMultipleSetCarPropertyValuesAsync_overlappingSetAsync() 1823 request.setUpdateRateHz(20.0f); in testSetCarPropertyValuesAsync_withSubscriptionFromDifferentAreaIds() 1989 request1.setUpdateRateHz(23.1f); in testSetCarPropertyValuesAsync_setUpdateRateHz() 1991 request2.setUpdateRateHz(23.2f); in testSetCarPropertyValuesAsync_setUpdateRateHz() 2738 request.setUpdateRateHz(20.0f); in testSubscribeProperty_setAsync_clientDisablesVur()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyTestFragment.java | 467 .setUpdateRateHz(subscriptionRateHz) in onItemSelected()
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 864 method public void setUpdateRateHz(float); 971 …method @NonNull public android.car.hardware.property.Subscription.Builder setUpdateRateHz(@FloatRa…
|
D | lint-baseline.txt | 1594 UnflaggedApi: android.car.hardware.property.CarPropertyManager.SetPropertyRequest#setUpdateRateHz(f… 1595 …: method android.car.hardware.property.CarPropertyManager.SetPropertyRequest.setUpdateRateHz(float) 1738 UnflaggedApi: android.car.hardware.property.SubscribeOption.Builder#setUpdateRateHz(float): 1739 …th @FlaggedApi: method android.car.hardware.property.SubscribeOption.Builder.setUpdateRateHz(float)
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 864 method public void setUpdateRateHz(float); 971 …method @NonNull public android.car.hardware.property.Subscription.Builder setUpdateRateHz(@FloatRa…
|