Home
last modified time | relevance | path

Searched refs:SENSOR_RATE_FAST (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DSubscription.java83 return CarPropertyManager.SENSOR_RATE_FAST; in getUpdateRateFast()
213 mBuilderUpdateRateHz = CarPropertyManager.SENSOR_RATE_FAST; in setUpdateRateFast()
DCarPropertyManager.java970 public static final float SENSOR_RATE_FAST = 10f; field in CarPropertyManager
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java185 verifyRequestDiagnosticStartRate(CarSensorManager.SENSOR_RATE_FAST, 10f); in testRequestDiagnosticStartRateFast()
216 verifyRequestDiagnosticStartRate(CarSensorManager.SENSOR_RATE_FAST, 2f); in testRequestDiagnosticStartRateFitToMaxRate()
222 CarSensorManager.SENSOR_RATE_FAST)).isTrue(); in testRequestDiagnosticStartFreezeFrame()
230 CarSensorManager.SENSOR_RATE_FAST)).isFalse(); in testRequestDiagnosticStartInvalidSensorType()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorManager.java236 public static final int SENSOR_RATE_FAST = 10; field in CarSensorManager
245 SENSOR_RATE_FAST,
397 && rate != SENSOR_RATE_UI && rate != SENSOR_RATE_FAST in registerListener()
/packages/services/Car/tests/carservice_unit_test/src/android/car/hardware/property/
DSubscriptionTest.java141 .isEqualTo(CarPropertyManager.SENSOR_RATE_FAST); in testSetRateFast()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1976 CarPropertyManager.SENSOR_RATE_FAST, /* enableVur= */ true), in testSubscribePropertyEvents_registerMultipleEvents()
2046 CarPropertyManager.SENSOR_RATE_FAST, /* enableVur= */ true))), in testSubscribePropertyEvents_registerMultipleEventsWithSameProperty_unsubscribe()
2066 VENDOR_CONTINUOUS_PROPERTY, CarPropertyManager.SENSOR_RATE_FAST, in testSubscribePropertyEvents_withPropertyIdUpdateRateCallback()
2071 CarPropertyManager.SENSOR_RATE_FAST, /* enableVur= */ true))), in testSubscribePropertyEvents_withPropertyIdUpdateRateCallback()
2092 CarPropertyManager.SENSOR_RATE_FAST, in testSubscribePropertyEvents_withPropertyIdAreaIdUpdateRateCallback()
2097 CarPropertyManager.SENSOR_RATE_FAST, /* enableVur= */ false))), in testSubscribePropertyEvents_withPropertyIdAreaIdUpdateRateCallback()
2160 CarPropertyManager.SENSOR_RATE_FAST, /* enableVur= */ true), in testRegisterCallback_registersAgainWithSameExecutor()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java519 case CarSensorManager.SENSOR_RATE_FAST: in fixSamplingRateForProperty()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java1487 CarPropertyManager.SENSOR_RATE_FAST, mICarPropertyEventListener); in registerListener_updatesRateForNonContinuousProperty()
/packages/services/Car/car-lib/api/
Dcurrent.txt660 field @Deprecated public static final int SENSOR_RATE_FAST = 10; // 0xa
803 field public static final float SENSOR_RATE_FAST = 10.0f;
Dlint-baseline.txt1278 UnflaggedApi: android.car.hardware.CarSensorManager#SENSOR_RATE_FAST:
1279 … API must be flagged with @FlaggedApi: field android.car.hardware.CarSensorManager.SENSOR_RATE_FAST
1456 UnflaggedApi: android.car.hardware.property.CarPropertyManager#SENSOR_RATE_FAST:
1457 …e flagged with @FlaggedApi: field android.car.hardware.property.CarPropertyManager.SENSOR_RATE_FAST
/packages/services/Car/car-lib-module/api/
Dcurrent.txt660 field @Deprecated public static final int SENSOR_RATE_FAST = 10; // 0xa
803 field public static final float SENSOR_RATE_FAST = 10.0f;
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1451 field TIRAMISU_0 int SENSOR_RATE_FAST = 10;
1644 field TIRAMISU_0 float SENSOR_RATE_FAST = 10f;