/packages/services/Car/tests/carservice_unit_test/src/android/car/hardware/property/ |
D | SubscriptionTest.java | 38 .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/ |
D | CarPropertyEventCallbackControllerUnitTest.java | 110 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/ |
D | CarPropertyServiceClientUnitTest.java | 125 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/ |
D | CarPropertyEventController.java | 60 public float getUpdateRateHz(int propertyId, int areaId) { in getUpdateRateHz() method in CarPropertyEventController 66 return tracker.getUpdateRateHz(); in getUpdateRateHz()
|
D | AsyncPropertyServiceRequest.java | 71 request.setUpdateRateHz(setPropertyRequest.getUpdateRateHz()); in newSetAsyncRequest() 144 public float getUpdateRateHz() { in getUpdateRateHz() method in AsyncPropertyServiceRequest
|
D | CarPropertyEventTracker.java | 31 float getUpdateRateHz(); in getUpdateRateHz() method
|
D | OnChangeCarPropertyEventTracker.java | 39 public float getUpdateRateHz() { in getUpdateRateHz() method in OnChangeCarPropertyEventTracker
|
D | SubscriptionManager.java | 181 float getUpdateRateHz(ClientType client) { in getUpdateRateHz() method in SubscriptionManager.RateInfoForClients 545 + rateInfoForClients.getUpdateRateHz(client) + " hz" in dumpStates()
|
D | ContCarPropertyEventTracker.java | 66 public float getUpdateRateHz() { in getUpdateRateHz() method in ContCarPropertyEventTracker
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | Subscription.java | 109 public float getUpdateRateHz() { in getUpdateRateHz() method in Subscription
|
D | CarPropertyManager.java | 480 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/ |
D | PropertyHalService.java | 311 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()
|
D | VehicleHal.java | 194 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/ |
D | current.txt | 861 method public float getUpdateRateHz(); 958 method public float getUpdateRateHz();
|
D | lint-baseline.txt | 1588 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/ |
D | current.txt | 861 method public float getUpdateRateHz(); 958 method public float getUpdateRateHz();
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 1290 assertThat(request.getUpdateRateHz()).isEqualTo(10.1f); in testSetPropertiesAsync()
|