Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DSubscriptionUnitTest.java54 .getUpdateRateHz()).isZero(); in testBuilder_noUpdateRateSet()
67 assertWithMessage("Update rate set UpdateRateHz").that(option.getUpdateRateHz()) in testBuilder_withUpdateRateSet()
84 assertWithMessage("Multiple areaIds UpdateRateHz").that(option.getUpdateRateHz()) in testAddAreaId_withMultipleAreas()
101 assertWithMessage("Overlapping areaIds UpdateRateHz").that(option.getUpdateRateHz()) in testAddAreaId_withOverlappingAreas()
126 assertWithMessage("SetUi UpdateRateHz").that(option.getUpdateRateHz()) in testSetRateUI()
141 assertWithMessage("Normal sensor rate").that(option.getUpdateRateHz()) in testSetRateNormal()
156 assertWithMessage("Sensor Rate Fast").that(option.getUpdateRateHz()) in testSetRateFast()
171 assertWithMessage("Sensor Rate Fastest").that(option.getUpdateRateHz()) in testSetRateFastest()
DCarPropertyManagerUnitTest.java1319 assertThat(request.getUpdateRateHz()).isEqualTo(10.1f); in testSetPropertiesAsync()
/packages/services/Car/tests/CarLibUnitTest/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.java59 public float getUpdateRateHz(int propertyId, int areaId) { in getUpdateRateHz() method in CarPropertyEventController
65 return tracker.getUpdateRateHz(); in getUpdateRateHz()
DAsyncPropertyServiceRequest.java69 request.setUpdateRateHz(setPropertyRequest.getUpdateRateHz()); in newSetAsyncRequest()
142 public float getUpdateRateHz() { in getUpdateRateHz() method in AsyncPropertyServiceRequest
DCarPropertyEventTracker.java29 float getUpdateRateHz(); in getUpdateRateHz() method
DOnChangeCarPropertyEventTracker.java38 public float getUpdateRateHz() { in getUpdateRateHz() method in OnChangeCarPropertyEventTracker
DContCarPropertyEventTracker.java64 public float getUpdateRateHz() { in getUpdateRateHz() method in ContCarPropertyEventTracker
DSubscriptionManager.java181 float getUpdateRateHz(ClientType client) { in getUpdateRateHz() method in SubscriptionManager.RateInfoForClients
549 + rateInfoForClients.getUpdateRateHz(client) + " hz" in dumpStates()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DSubscription.java109 public float getUpdateRateHz() { in getUpdateRateHz() method in Subscription
DCarPropertyManager.java508 public float getUpdateRateHz() { in getUpdateRateHz() method in CarPropertyManager.SetPropertyRequest
1529 internalOption.updateRateHz = clientOption.getUpdateRateHz(); in convertToCarSubscribeOptions()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java357 float getUpdateRateHz() { in getUpdateRateHz() method in PropertyHalService.AsyncPropRequestInfo
373 float clientUpdateRateHz = mPropMgrRequest.getUpdateRateHz(); in parseClientUpdateRateHz()
413 .append(getUpdateRateHz()).append("hz") in toString()
2389 setRequestInfo.getUpdateRateHz(), enableVur))); in sendGetInitialValueAndSubscribeUpdateEvent()
DVehicleHal.java215 float getUpdateRateHz() { in getUpdateRateHz() method in VehicleHal.HalSubscribeOptions
238 return mHalPropId == o.getHalPropId() && mUpdateRateHz == o.getUpdateRateHz() in equals()
769 float samplingRateHz = halSubscribeOption.getUpdateRateHz(); in createVhalSubscribeOptionsLocked()
/packages/services/Car/car-lib/api/
Dlint-baseline.txt1632 UnflaggedApi: android.car.hardware.property.CarPropertyManager.SetPropertyRequest#getUpdateRateHz():
1633 …edApi: method android.car.hardware.property.CarPropertyManager.SetPropertyRequest.getUpdateRateHz()
1770 UnflaggedApi: android.car.hardware.property.SubscribeOption#getUpdateRateHz():
1771 …be flagged with @FlaggedApi: method android.car.hardware.property.SubscribeOption.getUpdateRateHz()
Dcurrent.txt1012 method public float getUpdateRateHz();
1120 method public float getUpdateRateHz();
/packages/services/Car/car-lib-module/api/
Dcurrent.txt1012 method public float getUpdateRateHz();
1120 method public float getUpdateRateHz();