Home
last modified time | relevance | path

Searched refs:repeatCounter (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/input/
H A DCustomInputEvent.java132 int repeatCounter) { in CustomInputEvent() argument
160 this.mRepeatCounter = repeatCounter; in CustomInputEvent()
255 int repeatCounter = in.readInt(); in CustomInputEvent() local
284 this.mRepeatCounter = repeatCounter; in CustomInputEvent()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DInputHalServiceTest.java450 int repeatCounter = 1; in dispatchesCustomInputEvent_mainDisplay() local
452 CUSTOM_EVENT_F1, VehicleDisplay.MAIN, repeatCounter); in dispatchesCustomInputEvent_mainDisplay()
460 repeatCounter)); in dispatchesCustomInputEvent_mainDisplay()
476 int repeatCounter = 1; in dispatchesCustomInputEvent_clusterDisplay() local
478 CUSTOM_EVENT_F1, VehicleDisplay.INSTRUMENT_CLUSTER, repeatCounter); in dispatchesCustomInputEvent_clusterDisplay()
487 repeatCounter)); in dispatchesCustomInputEvent_clusterDisplay()
561 @DisplayTypeEnum int targetDisplayType, int repeatCounter) { in makeCustomInputPropValue() argument
566 v.value.int32Values.add(repeatCounter); in makeCustomInputPropValue()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DInputHalService.java383 int repeatCounter = value.value.int32Values.get(2);
389 CustomInputEvent event = new CustomInputEvent(inputCode, targetDisplayType, repeatCounter);
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/input/
H A DCarInputManagerTest.java831 private void injectCustomInputEvent(int inputCode, int targetDisplayType, int repeatCounter) { in injectCustomInputEvent() argument
834 .addIntValue(inputCode).addIntValue(targetDisplayType).addIntValue(repeatCounter); in injectCustomInputEvent()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarShellCommand.java1251 int repeatCounter = 1;
1264 repeatCounter = Integer.parseInt(args[++argIdx]);
1289 CustomInputEvent event = new CustomInputEvent(inputCode, display, repeatCounter);