Home
last modified time | relevance | path

Searched refs:getUpdateRateHz (Results 1 – 17 of 17) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/hardware/property/
DSubscriptionTest.java38 .getUpdateRateHz()).isZero(); in testBuilder_noUpdateRateSet()
51 assertWithMessage("Update rate set UpdateRateHz").that(option.getUpdateRateHz()) in testBuilder_withUpdateRateSet()
68 assertWithMessage("Multiple areaIds UpdateRateHz").that(option.getUpdateRateHz()) in testAddAreaId_withMultipleAreas()
85 assertWithMessage("Overlapping areaIds UpdateRateHz").that(option.getUpdateRateHz()) in testAddAreaId_withOverlappingAreas()
110 assertWithMessage("SetUi UpdateRateHz").that(option.getUpdateRateHz()) in testSetRateUI()
125 assertWithMessage("Normal sensor rate").that(option.getUpdateRateHz()) in testSetRateNormal()
140 assertWithMessage("Sensor Rate Fast").that(option.getUpdateRateHz()) in testSetRateFast()
155 assertWithMessage("Sensor Rate Fastest").that(option.getUpdateRateHz()) in testSetRateFastest()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DCarPropertyEventCallbackControllerUnitTest.java110 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testAddContinuousProperty_getUpdateRateHzOnePropertyAdded()
112 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testAddContinuousProperty_getUpdateRateHzOnePropertyAdded()
125 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
127 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
134 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
136 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
142 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testGetUpdateRateHz_rateNotFoundNoPropertyAdded()
155 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testGetUpdateRateHz_multiplePropertiesAdded()
157 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(FIRST_PROPERTY_ID, in testGetUpdateRateHz_multiplePropertiesAdded()
159 assertThat(mCarPropertyEventCallbackController.getUpdateRateHz(SECOND_PROPERTY_ID, in testGetUpdateRateHz_multiplePropertiesAdded()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/property/
DCarPropertyServiceClientUnitTest.java125 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_1)) in testAddContinuousProperty_getUpdateRateHzOnePropertyAdded()
127 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_2)) in testAddContinuousProperty_getUpdateRateHzOnePropertyAdded()
138 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_1)) in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
140 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_2)) in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
146 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_1)) in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
148 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_2)) in testAddContinuousProperty_getLatestRateIfSamePropertyAddedTwice()
158 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_1)) in testAddContinuousProperty_rateNotFoundIfBinderDead()
160 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_2)) in testAddContinuousProperty_rateNotFoundIfBinderDead()
166 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_1)) in testGetUpdateRateHz_rateNotFoundNoPropertyAdded()
168 assertThat(mCarPropertyServiceClient.getUpdateRateHz(FIRST_PROPERTY_ID, AREA_ID_2)) in testGetUpdateRateHz_rateNotFoundNoPropertyAdded()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventController.java60 public float getUpdateRateHz(int propertyId, int areaId) { in getUpdateRateHz() method in CarPropertyEventController
66 return tracker.getUpdateRateHz(); in getUpdateRateHz()
DAsyncPropertyServiceRequest.java71 request.setUpdateRateHz(setPropertyRequest.getUpdateRateHz()); in newSetAsyncRequest()
144 public float getUpdateRateHz() { in getUpdateRateHz() method in AsyncPropertyServiceRequest
DCarPropertyEventTracker.java31 float getUpdateRateHz(); in getUpdateRateHz() method
DOnChangeCarPropertyEventTracker.java39 public float getUpdateRateHz() { in getUpdateRateHz() method in OnChangeCarPropertyEventTracker
DSubscriptionManager.java181 float getUpdateRateHz(ClientType client) { in getUpdateRateHz() method in SubscriptionManager.RateInfoForClients
545 + rateInfoForClients.getUpdateRateHz(client) + " hz" in dumpStates()
DContCarPropertyEventTracker.java66 public float getUpdateRateHz() { in getUpdateRateHz() method in ContCarPropertyEventTracker
/packages/services/Car/car-lib/src/android/car/hardware/property/
DSubscription.java109 public float getUpdateRateHz() { in getUpdateRateHz() method in Subscription
DCarPropertyManager.java480 public float getUpdateRateHz() { in getUpdateRateHz() method in CarPropertyManager.SetPropertyRequest
1501 internalOption.updateRateHz = clientOption.getUpdateRateHz(); in convertToCarSubscribeOptions()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java311 float getUpdateRateHz() { in getUpdateRateHz() method in PropertyHalService.AsyncPropRequestInfo
327 float clientUpdateRateHz = mPropMgrRequest.getUpdateRateHz(); in parseClientUpdateRateHz()
367 .append(getUpdateRateHz()).append("hz") in toString()
1794 setRequestInfo.getUpdateRateHz(), enableVur))); in sendGetInitialValueAndSubscribeUpdateEvent()
DVehicleHal.java194 float getUpdateRateHz() { in getUpdateRateHz() method in VehicleHal.HalSubscribeOptions
217 return mHalPropId == o.getHalPropId() && mUpdateRateHz == o.getUpdateRateHz() in equals()
706 float samplingRateHz = halSubscribeOption.getUpdateRateHz(); in createVhalSubscribeOptionsLocked()
/packages/services/Car/car-lib/api/
Dcurrent.txt861 method public float getUpdateRateHz();
958 method public float getUpdateRateHz();
Dlint-baseline.txt1588 UnflaggedApi: android.car.hardware.property.CarPropertyManager.SetPropertyRequest#getUpdateRateHz():
1589 …edApi: method android.car.hardware.property.CarPropertyManager.SetPropertyRequest.getUpdateRateHz()
1720 UnflaggedApi: android.car.hardware.property.SubscribeOption#getUpdateRateHz():
1721 …be flagged with @FlaggedApi: method android.car.hardware.property.SubscribeOption.getUpdateRateHz()
/packages/services/Car/car-lib-module/api/
Dcurrent.txt861 method public float getUpdateRateHz();
958 method public float getUpdateRateHz();
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1290 assertThat(request.getUpdateRateHz()).isEqualTo(10.1f); in testSetPropertiesAsync()