Searched refs:UI_SET_FFBIT (Results 1 – 5 of 5) sorted by relevance
62 UI_SET_FFBIT(107), enumConstant89 case EV_FF -> UI_SET_FFBIT; in forEventType()
233 if (config.contains(Event.UinputControlCode.UI_SET_FFBIT.getValue())) { in parseRegistrationEvent()236 eb.setFfEffectsMax(config.get(Event.UinputControlCode.UI_SET_FFBIT.getValue()).length); in parseRegistrationEvent()
256 case UI_SET_FFBIT -> readArrayAsInts(() -> readEvdevEventCode(Event.EV_FF));
86 `ff_effects_max` must be provided if `UI_SET_FFBIT` is used in `configuration`.121 {"type":"UI_SET_FFBIT", "data":["FF_RUMBLE"]}
118 assertThat(event.getConfiguration().get(UinputControlCode.UI_SET_FFBIT.getValue())) in testEventBitmapParsing_WithForceFeedback()