Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java540 int repeatCounter = 1; in dispatchesCustomInputEvent_mainDisplay() local
542 CUSTOM_EVENT_F1, VehicleDisplay.MAIN, repeatCounter); in dispatchesCustomInputEvent_mainDisplay()
550 repeatCounter)); in dispatchesCustomInputEvent_mainDisplay()
566 int repeatCounter = 1; in dispatchesCustomInputEvent_clusterDisplay() local
568 CUSTOM_EVENT_F1, VehicleDisplay.INSTRUMENT_CLUSTER, repeatCounter); in dispatchesCustomInputEvent_clusterDisplay()
577 repeatCounter)); in dispatchesCustomInputEvent_clusterDisplay()
623 int repeatCounter = 1; in dispatchesCustomInputEvent_acceptInputCodeHigherThanF10() local
625 someInputCodeValueHigherThanF10, VehicleDisplay.MAIN, repeatCounter); in dispatchesCustomInputEvent_acceptInputCodeHigherThanF10()
633 repeatCounter)); in dispatchesCustomInputEvent_acceptInputCodeHigherThanF10()
979 @DisplayTypeEnum int targetDisplayType, int repeatCounter) { in makeCustomInputPropValue() argument
[all …]
/packages/services/Car/car-lib/src/android/car/input/
DCustomInputEvent.java87 int repeatCounter) { in CustomInputEvent() argument
91 this.mRepeatCounter = repeatCounter; in CustomInputEvent()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java856 int repeatCounter;
860 repeatCounter = value.getInt32Value(2);
865 CustomInputEvent event = new CustomInputEvent(inputCode, targetDisplayType, repeatCounter);
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java1023 private void injectCustomInputEvent(int inputCode, int targetDisplayType, int repeatCounter) { in injectCustomInputEvent() argument
1027 .addIntValues(repeatCounter); in injectCustomInputEvent()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2124 int repeatCounter = 1;
2137 repeatCounter = Integer.parseInt(args[++argIdx]);
2167 CustomInputEvent event = new CustomInputEvent(inputCode, display, repeatCounter);